mothacehe pushed a commit to branch wip-cross-system
in repository guix.

commit eea9479e2e665a51c033ad8c86da29282a3426e5
Author: Mathieu Othacehe <[email protected]>
Date:   Wed Jun 26 18:31:45 2019 +0200

    gnu: libxslt: Fix cross-compilation.
    
    * gnu/packages/xml.scm (libxslt)[native-inputs]: Add pkg-config.
---
 gnu/packages/xml.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 78b9b71..ffe81fa 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -213,6 +213,8 @@ project (but it is usable outside of the Gnome platform).")
               ("libxml2" ,libxml2)
               ("python" ,python-minimal-wrapper)
               ("zlib" ,zlib)))
+    (native-inputs
+     `(("pkg-config" ,pkg-config)))
     (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.")

Reply via email to