gnu: asymptote: Use patched texlive-amsfonts.
Fixes <https://bugs.gnu.org/39101>. * gnu/packages/plotutils.scm (asymptote)[native-inputs]: Use texlive-amsfonts/patched.master
parent
11caa5f68a
commit
41bbbd53d2
|
@ -224,7 +224,7 @@ colors, styles, options and details.")
|
||||||
("perl" ,perl)
|
("perl" ,perl)
|
||||||
("texinfo" ,texinfo) ;For generating documentation
|
("texinfo" ,texinfo) ;For generating documentation
|
||||||
;; For the manual and the tests.
|
;; For the manual and the tests.
|
||||||
("texlive" ,(texlive-union (list texlive-amsfonts
|
("texlive" ,(texlive-union (list texlive-amsfonts/patched
|
||||||
texlive-epsf
|
texlive-epsf
|
||||||
texlive-etoolbox
|
texlive-etoolbox
|
||||||
texlive-latex-base
|
texlive-latex-base
|
||||||
|
|
Reference in New Issue