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:
Bruno Victal 2023-10-09 21:06:12 +01:00 committed by Ludovic Courtès
parent 3fab3a6439
commit f678c5f932
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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