summary refs log tree commit diff
path: root/gnu/packages/zip.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2013-09-04 18:40:54 +0200
committerAndreas Enge <andreas@enge.fr>2013-09-04 18:40:54 +0200
commit91da9ab009d11fac66814c14a202ec7c43de590e (patch)
tree32d8ebd6d3de01c6c31068c062f6f3368c27efee /gnu/packages/zip.scm
parent1611eccd106fa14e0161b7c562f3a09931ed97e1 (diff)
downloadguix-91da9ab009d11fac66814c14a202ec7c43de590e.tar.gz
gnu: zziplib: Switch back to Python 2.
* gnu/packages/zip.scm (zziplib): Switch back to Python 2.
Diffstat (limited to 'gnu/packages/zip.scm')
-rw-r--r--gnu/packages/zip.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/zip.scm b/gnu/packages/zip.scm
index c419b08e9f..f505d053c6 100644
--- a/gnu/packages/zip.scm
+++ b/gnu/packages/zip.scm
@@ -120,7 +120,8 @@ UnZip recreates the stored directory structure by default.")
     (build-system gnu-build-system)
     (inputs `(("perl" ,perl)     ; for the documentation
               ("pkg-config" ,pkg-config)
-              ("python" ,python-wrapper) ; for the documentation
+              ("python" ,python-2) ; for the documentation; Python 3 not supported,
+                ; http://forums.gentoo.org/viewtopic-t-863161-start-0.html
               ("zip" ,zip) ; to create test files
               ("zlib" ,zlib)))
     (arguments