mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-10 13:19:40 -05:00
gnu: asymptote: Fix build.
* gnu/packages/plotutils.scm (asymptote)[native-inputs]: Add texlive-dvips-l3backend, texlive-fonts-ec, texlive-generic-infwarerr, texlive-generic-kvdefinekeys, texlive-grfext, texlive-latex-kvoptions, texlive-latex-pdftexcmds.
This commit is contained in:
parent
d5de4e163c
commit
6605d9ba35
1 changed files with 17 additions and 9 deletions
|
@ -221,12 +221,20 @@ (define-public asymptote
|
||||||
("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-updmap.cfg (list texlive-amsfonts
|
("texlive" ,(texlive-updmap.cfg
|
||||||
|
(list texlive-amsfonts
|
||||||
|
texlive-dvips-l3backend
|
||||||
texlive-epsf
|
texlive-epsf
|
||||||
texlive-etoolbox
|
texlive-etoolbox
|
||||||
|
texlive-fonts-ec
|
||||||
|
texlive-generic-infwarerr
|
||||||
|
texlive-generic-kvdefinekeys
|
||||||
|
texlive-grfext
|
||||||
texlive-latex-base
|
texlive-latex-base
|
||||||
texlive-latex-geometry
|
texlive-latex-geometry
|
||||||
texlive-latex-graphics
|
texlive-latex-graphics
|
||||||
|
texlive-latex-kvoptions
|
||||||
|
texlive-latex-pdftexcmds
|
||||||
texlive-oberdiek ;for ifluatex
|
texlive-oberdiek ;for ifluatex
|
||||||
texlive-latex-parskip
|
texlive-latex-parskip
|
||||||
texlive-tex-texinfo)))))
|
texlive-tex-texinfo)))))
|
||||||
|
|
Loading…
Reference in a new issue