diff options
author | pjotrp | 2016-08-14 11:08:41 +0000 |
---|---|---|
committer | pjotrp | 2016-08-14 11:08:41 +0000 |
commit | 4d6de2eaf170ebcb0d64753155ceb5c818ee70d4 (patch) | |
tree | 81f5ff39ce45628b05a0811eab0d80d57929555e /gn/packages/python.scm | |
parent | b3394e07071d11674cc796e6a4a3de5fc4634a78 (diff) | |
download | guix-bioinformatics-4d6de2eaf170ebcb0d64753155ceb5c818ee70d4.tar.gz |
GN2: reintroducing python2-pil
Diffstat (limited to 'gn/packages/python.scm')
-rw-r--r-- | gn/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gn/packages/python.scm b/gn/packages/python.scm index 1d071fa..3462978 100644 --- a/gn/packages/python.scm +++ b/gn/packages/python.scm @@ -308,7 +308,7 @@ version "-gn.tar.gz")) (install-file "ImageH.pyc" lib) (install-file "ImagePaletteH.pyc" lib) (install-file "__init__.pyc" lib) - ))) ; install + ))) ; install ) ; phases #:tests? #f)) (home-page @@ -343,7 +343,7 @@ project)") `(("freetype" ,freetype) ("libjpeg" ,libjpeg) ("libtiff" ,libtiff) - ("python-setuptools" ,python-setuptools) + ("python2-setuptools" ,python2-setuptools) ("zlib" ,zlib))) (arguments ;; Only the fork python-pillow works with Python 3. |