gnu: dblatex: Add libxslt native-search-paths to its own.

* gnu/packages/xml.scm (dblatex)[native-search-paths]: Set to
%libxslt-search-paths.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
Bruno Victal 2023-10-09 21:06:06 +01:00 committed by Ludovic Courtès
parent 74dd1ab733
commit 28f4fd9ef9
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -743,6 +743,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