gnu: libxslt: Fix cross-compilation.

* gnu/packages/xml.scm (libxslt)[native-inputs]: Add pkg-config.
This commit is contained in:
Mathieu Othacehe 2019-06-26 18:31:45 +02:00
parent ee4c8c899b
commit da66bd3857
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -226,6 +226,8 @@ (define-public libxslt
("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.")