~ruther/guix-local

c1944c92724cb1c1192c830a89501009a73431b0 — 宋文武 11 years ago 192c6f9
gnu: libxml2: Propagate input zlib.

* gnu/packages/xml.scm (libxml2): Move zlib to 'propagated-inputs'.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/xml.scm
M gnu/packages/xml.scm => gnu/packages/xml.scm +1 -1
@@ 65,7 65,7 @@ things the parser might find in the XML document (like start tags).")
    (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)