mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: libxml2: Propagate input zlib.
* gnu/packages/xml.scm (libxml2): Move zlib to 'propagated-inputs'.
This commit is contained in:
parent
192c6f966f
commit
c1944c9272
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ (define-public libxml2
|
|||
(build-system gnu-build-system)
|
||||
(home-page "http://www.xmlsoft.org/")
|
||||
(synopsis "C parser for XML")
|
||||
(inputs `(("zlib" ,zlib)))
|
||||
(propagated-inputs `(("zlib" ,zlib))) ; libxml2.la says '-lz'.
|
||||
(native-inputs `(("perl" ,perl)
|
||||
("python" ,python-2))) ; incompatible with Python 3 (print syntax)
|
||||
|
||||
|
|
Loading…
Reference in a new issue