From 44675222f65f3e539dd66ff604ab97f0ef3c55de Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 27 Feb 2015 21:12:20 -0500 Subject: [PATCH 2/2] gnu: libxslt: Propagate libxml2. * gnu/packages/xml.scm (libxslt): Propagate libxml2. --- gnu/packages/xml.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index ae2227f..675a3ff 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -118,9 +118,9 @@ things the parser might find in the XML document (like start tags).") (home-page "http://xmlsoft.org/XSLT/index.html") (synopsis "C library for applying XSLT stylesheets to XML documents") (inputs `(("libgcrypt" ,libgcrypt) - ("libxml2" ,libxml2) - ("python" ,python-wrapper) - ("zlib" ,zlib))) + ("python" ,python-wrapper))) + (propagated-inputs + `(("libxml2" ,libxml2))) ;; -lxml2 is in the .pc file (description "Libxslt is an XSLT C library developed for the GNOME project. It is based on libxml for XML parsing, tree manipulation and XPath support.") -- 2.1.4