mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: xmlto: Add libxslt native-search-paths to its own.
Otherwise when xmlto invokes xsltproc it will fail to find the XML catalog files. * gnu/packages/xml.scm (xmlto)[native-search-paths]: Add libxslt native-search-paths to its own. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
3fab3a6439
commit
f678c5f932
1 changed files with 1 additions and 0 deletions
|
@ -1155,6 +1155,7 @@ code for classes that correspond to data structures defined by XMLSchema.")
|
||||||
(list util-linux ; for 'getopt'
|
(list util-linux ; for 'getopt'
|
||||||
libxml2 ; for 'xmllint'
|
libxml2 ; for 'xmllint'
|
||||||
libxslt)) ; for 'xsltproc'
|
libxslt)) ; for 'xsltproc'
|
||||||
|
(native-search-paths %libxslt-search-paths)
|
||||||
(home-page "http://cyberelk.net/tim/software/xmlto/")
|
(home-page "http://cyberelk.net/tim/software/xmlto/")
|
||||||
(synopsis "Front-end to an XSL toolchain")
|
(synopsis "Front-end to an XSL toolchain")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue