guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#65479] [PATCH core-updates v3 24/63] gnu: xmlto: Add libxslt native


From: Bruno Victal
Subject: [bug#65479] [PATCH core-updates v3 24/63] gnu: xmlto: Add libxslt native-search-paths to its own.
Date: Mon, 9 Oct 2023 21:06:12 +0100

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]