mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 21:39:17 -05: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 @@ (define-public xmlto
|
|||
(list util-linux ; for 'getopt'
|
||||
libxml2 ; for 'xmllint'
|
||||
libxslt)) ; for 'xsltproc'
|
||||
(native-search-paths %libxslt-search-paths)
|
||||
(home-page "http://cyberelk.net/tim/software/xmlto/")
|
||||
(synopsis "Front-end to an XSL toolchain")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue