aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2016-02-25 15:41:03 -0800
committerChristopher Allan Webber <cwebber@dustycloud.org>2016-02-25 15:41:03 -0800
commit6d38b1858c73cd7154c9fdabdc17594a820d311b (patch)
treec4949d8566af954ae1c4ad524bbd800e741a4d6a
parent7e550fcb9da626e21e990547b9253d908391b0c7 (diff)
downloadmediagoblin-6d38b1858c73cd7154c9fdabdc17594a820d311b.tar.lz
mediagoblin-6d38b1858c73cd7154c9fdabdc17594a820d311b.tar.xz
mediagoblin-6d38b1858c73cd7154c9fdabdc17594a820d311b.zip
No need for python-chardet in guix-env.scm
That was *already* upstream in guix!
-rw-r--r--guix-env.scm22
1 files changed, 0 insertions, 22 deletions
diff --git a/guix-env.scm b/guix-env.scm
index ac497351..ac9e67fc 100644
--- a/guix-env.scm
+++ b/guix-env.scm
@@ -111,28 +111,6 @@
("python-mako" ,python-mako)
("python-editor" ,python-editor)))))
-(define python-chardet
- (package
- (name "python-chardet")
- (version "2.3.0")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "chardet" version))
- (sha256
- (base32
- "1ak87ikcw34fivcgiz2xvi938dmclh078az65l9x3rmgljrkhgp5"))))
- (build-system python-build-system)
- (inputs
- `(("python-setuptools" ,python-setuptools)))
- (home-page "https://github.com/chardet/chardet")
- (synopsis
- "Universal encoding detector for Python 2 and 3")
- (description
- "Character encoding auto-detection in Python. Effectively determines what
-character set to use for input with a high degree of accuracy.")
- (license lgpl2.1+)))
-
;; =================================================================
(define mediagoblin