mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: libxml2: Add explicit dependency on XZ.
* gnu/packages/xml.scm (libxml2)[inputs]: New field.
This commit is contained in:
parent
5f8642ea6a
commit
7ba79d5d76
1 changed files with 1 additions and 0 deletions
|
@ -145,6 +145,7 @@ (define-public libxml2
|
|||
#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'
|
||||
|
|
Loading…
Reference in a new issue