mbakke pushed a commit to branch core-updates
in repository guix.
commit 7ba79d5d76327054f96f66625c314e365d5d9fd9
Author: Marius Bakke <[email protected]>
Date: Sat Jul 28 15:47:24 2018 +0200
gnu: libxml2: Add explicit dependency on XZ.
* gnu/packages/xml.scm (libxml2)[inputs]: New field.
---
gnu/packages/xml.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 85fd553..644753f 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -145,6 +145,7 @@ hierarchical form with variable field lengths.")
#t))))))
(home-page "http://www.xmlsoft.org/")
(synopsis "C parser for XML")
+ (inputs `(("xz" ,xz)))
(propagated-inputs `(("zlib" ,zlib))) ; libxml2.la says '-lz'.
(native-inputs `(("perl" ,perl)))
;; $XML_CATALOG_FILES lists 'catalog.xml' files found in under the 'xml'