diff options
author | Andreas Enge <andreas@enge.fr> | 2013-09-14 10:45:01 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2013-09-14 10:45:01 +0200 |
commit | aae4ead8142d4fd7c674a1e6e302f40469f878c6 (patch) | |
tree | 022987d73c705ca882e50c8a63b578c658a72de6 /gnu/packages/xml.scm | |
parent | 29479de5659ba912b486c74078403bbb9a4df104 (diff) | |
parent | 2875caf5b52340ea16965b1d8f76342cc07bf8b5 (diff) | |
download | gnu-guix-aae4ead8142d4fd7c674a1e6e302f40469f878c6.tar gnu-guix-aae4ead8142d4fd7c674a1e6e302f40469f878c6.tar.gz |
Merge branch 'python'
Diffstat (limited to 'gnu/packages/xml.scm')
-rw-r--r-- | gnu/packages/xml.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 2f9d64b81a..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) + ("python" ,python-2) ; incompatible with Python 3 (print syntax) ("zlib" ,zlib))) (arguments `(#:phases @@ -102,7 +102,7 @@ things the parser might find in the XML document (like start tags).") (synopsis "libxslt, a C library for applying XSLT stylesheets to XML documents") (inputs `(("libgcrypt" ,libgcrypt) ("libxml2" ,libxml2) - ("python" ,python) + ("python" ,python-wrapper) ("zlib" ,zlib))) (description "Libxslt is an XSLT C library developed for the GNOME project. It is |