gnu: libxml2: Switch back to Python 2.

* gnu/packages/xml.scm (libxml2): Switch back to Python 2.
master
Andreas Enge 2013-09-04 18:54:53 +02:00
parent 91da9ab009
commit f82cfaac71
1 changed files with 1 additions and 1 deletions

View File

@ -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