mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: libxslt: Fix cross-compilation.
* gnu/packages/xml.scm (libxslt)[native-inputs]: Add pkg-config.
This commit is contained in:
parent
ee4c8c899b
commit
da66bd3857
1 changed files with 2 additions and 0 deletions
|
@ -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.")
|
||||
|
|
Loading…
Reference in a new issue