diff options
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. |