guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/35: gnu: libxslt: Fix cross-compilation.


From: guix-commits
Subject: 06/35: gnu: libxslt: Fix cross-compilation.
Date: Thu, 10 Oct 2019 11:33:15 -0400 (EDT)

mothacehe pushed a commit to branch core-updates
in repository guix.

commit da66bd38572840eb56a11e8cf3093bd811992eb5
Author: Mathieu Othacehe <address@hidden>
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 b8f3774..042f06e 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -226,6 +226,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

[Prev in Thread] Current Thread [Next in Thread]