From f678c5f932a0dec3a22abc6a3feb608be59225e6 Mon Sep 17 00:00:00 2001 From: Bruno Victal Date: Mon, 9 Oct 2023 21:06:12 +0100 Subject: 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 --- gnu/packages/xml.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/packages') diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 604d05e1ea..561abfdf09 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -1155,6 +1155,7 @@ code for classes that correspond to data structures defined by XMLSchema.") (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 -- cgit v1.2.3