gnu: libxslt: Fix cross-compilation.
* gnu/packages/xml.scm (libxslt)[native-inputs]: Add pkg-config.
This commit is contained in:
parent
ee4c8c899b
commit
da66bd3857
@ -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.")
|
||||
|
Loading…
x
Reference in New Issue
Block a user