diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-07-28 15:47:24 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-07-28 15:48:27 +0200 |
commit | 7ba79d5d76327054f96f66625c314e365d5d9fd9 (patch) | |
tree | 4a403641d60b4326aa0ff2ec7ada066f4a143e69 /gnu/packages/xml.scm | |
parent | 5f8642ea6ae675d0fb5b06e616064458433087d3 (diff) | |
download | gnu-guix-7ba79d5d76327054f96f66625c314e365d5d9fd9.tar gnu-guix-7ba79d5d76327054f96f66625c314e365d5d9fd9.tar.gz |
gnu: libxml2: Add explicit dependency on XZ.
* gnu/packages/xml.scm (libxml2)[inputs]: New field.
Diffstat (limited to 'gnu/packages/xml.scm')
-rw-r--r-- | gnu/packages/xml.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 85fd553b40..644753ff53 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' |