summaryrefslogtreecommitdiff
path: root/gnu/packages/xml.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2013-09-04 18:54:53 +0200
committerAndreas Enge <andreas@enge.fr>2013-09-04 18:54:53 +0200
commitf82cfaac716f2ffc15f56338b98b99d42fb0ef86 (patch)
tree64f893d0eea31f349619f013719be8886b830d31 /gnu/packages/xml.scm
parent91da9ab009d11fac66814c14a202ec7c43de590e (diff)
downloadguix-patches-f82cfaac716f2ffc15f56338b98b99d42fb0ef86.tar
guix-patches-f82cfaac716f2ffc15f56338b98b99d42fb0ef86.tar.gz
gnu: libxml2: Switch back to Python 2.
* gnu/packages/xml.scm (libxml2): Switch back to Python 2.
Diffstat (limited to 'gnu/packages/xml.scm')
-rw-r--r--gnu/packages/xml.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 5b031ac512..28c99b1f8c 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -66,7 +66,7 @@ things the parser might find in the XML document (like start tags).")
(home-page "http://www.xmlsoft.org/")
(synopsis "libxml2, a C parser for XML")
(inputs `(("perl" ,perl)
- ("python" ,python-wrapper)
+ ("python" ,python-2) ; incompatible with Python 3 (print syntax)
("zlib" ,zlib)))
(arguments
`(#:phases