mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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:
parent
74dd1ab733
commit
28f4fd9ef9
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue