diff mbox series

[bug#65479,core-updates,v3,24/63] gnu: xmlto: Add libxslt native-search-paths to its own.

Message ID a1b9a9fefbbc53bb6af6a68c6471c143d688c174.1696881354.git.mirai@makinata.eu
State New
Headers show
Series Docbook & XML/SGML improvements | expand

Commit Message

Bruno Victal Oct. 9, 2023, 8:06 p.m. UTC
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.
---
 gnu/packages/xml.scm | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 053c22e0f5..8404663009 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -1153,6 +1153,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