diff options
Diffstat (limited to 'gnu/packages/docbook.scm')
-rw-r--r-- | gnu/packages/docbook.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/packages/docbook.scm b/gnu/packages/docbook.scm index 13854fe331..9a392d3a5b 100644 --- a/gnu/packages/docbook.scm +++ b/gnu/packages/docbook.scm @@ -743,6 +743,10 @@ the in DocBook SGML DTDs.") 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 |