gnu: dblatex: Use patched texlive-amsfonts.
* gnu/packages/docbook.scm (dblatex)[inputs]: Use texlive-amsfonts/patched.
This commit is contained in:
parent
c2b6d36b66
commit
701a115533
1 changed files with 1 additions and 1 deletions
|
@ -394,7 +394,7 @@ (define-public dblatex
|
|||
(build-system python-build-system)
|
||||
;; TODO: Add xfig/transfig for fig2dev utility
|
||||
(inputs
|
||||
`(("texlive" ,(texlive-union (list texlive-amsfonts
|
||||
`(("texlive" ,(texlive-union (list texlive-amsfonts/patched
|
||||
texlive-latex-anysize
|
||||
texlive-latex-appendix
|
||||
texlive-latex-changebar
|
||||
|
|
Loading…
Reference in a new issue