diff mbox series

[bug#65479,core-updates,v2,15/62] gnu: dblatex: Add libxslt native-search-paths to its own.

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

Commit Message

Bruno Victal Sept. 23, 2023, 2:19 p.m. UTC
* gnu/packages/xml.scm (dblatex)[native-search-paths]: Add libxslt
native-search-paths to its own.
---
 gnu/packages/docbook.scm | 6 ++++++
 1 file changed, 6 insertions(+)
diff mbox series

Patch

diff --git a/gnu/packages/docbook.scm b/gnu/packages/docbook.scm
index 37eaac0a59..0ecaefe253 100644
--- a/gnu/packages/docbook.scm
+++ b/gnu/packages/docbook.scm
@@ -742,6 +742,12 @@  (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.
+    ;; It also invokes xsltproc, that already has it
+    ;; in its native-search-path so we don't need to
+    ;; reinclude it.
+    (native-search-paths (package-native-search-paths libxslt))
     (home-page "https://dblatex.sourceforge.net")
     (synopsis "DocBook to LaTeX Publishing")
     (description