~ruther/guix-local

f82cfaac716f2ffc15f56338b98b99d42fb0ef86 — Andreas Enge 12 years ago 91da9ab
gnu: libxml2: Switch back to Python 2.

* gnu/packages/xml.scm (libxml2): Switch back to Python 2.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/xml.scm
M gnu/packages/xml.scm => gnu/packages/xml.scm +1 -1
@@ 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