guix-patches
[Top][All Lists]
Advanced

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

[bug#65479] [PATCH core-updates v3 18/63] gnu: dblatex: Add libxslt nati


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

* gnu/packages/xml.scm (dblatex)[native-search-paths]: Set to
%libxslt-search-paths.
---
 gnu/packages/docbook.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/docbook.scm b/gnu/packages/docbook.scm
index 52295b7db0..df975a6dce 100644
--- a/gnu/packages/docbook.scm
+++ b/gnu/packages/docbook.scm
@@ -744,6 +744,10 @@ (define-public dblatex
            inkscape/stable              ;for svg conversion
            docbook-xml
            libxslt))                    ;for xsltproc
+    ;; lib/dbtexmf/xslt/4xslt.py shows that this package
+    ;; makes use of XML_CATALOG_FILES and also invokes
+    ;; xsltproc.
+    (native-search-paths %libxslt-search-paths)
     (home-page "https://dblatex.sourceforge.net";)
     (synopsis "DocBook to LaTeX Publishing")
     (description
-- 
2.41.0






reply via email to

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