mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: asymptote: Use patched texlive-amsfonts.
Fixes <https://bugs.gnu.org/39101>. * gnu/packages/plotutils.scm (asymptote)[native-inputs]: Use texlive-amsfonts/patched.
This commit is contained in:
parent
11caa5f68a
commit
41bbbd53d2
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ (define-public asymptote
|
|||
("perl" ,perl)
|
||||
("texinfo" ,texinfo) ;For generating documentation
|
||||
;; For the manual and the tests.
|
||||
("texlive" ,(texlive-union (list texlive-amsfonts
|
||||
("texlive" ,(texlive-union (list texlive-amsfonts/patched
|
||||
texlive-epsf
|
||||
texlive-etoolbox
|
||||
texlive-latex-base
|
||||
|
|
Loading…
Reference in a new issue