mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: asymptote: Remove indirect TexLive dependency.
* gnu/packages/plotutils.scm (asymptote)[native-inputs]: Remove texlive-generic-ifxetex from texlive-union.
This commit is contained in:
parent
8412fa6cc7
commit
8983a52cb4
1 changed files with 1 additions and 2 deletions
|
@ -188,11 +188,10 @@ (define-public asymptote
|
||||||
("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-fonts-amsfonts
|
("texlive" ,(texlive-union (list texlive-fonts-amsfonts
|
||||||
texlive-generic-ifxetex
|
|
||||||
texlive-latex-amsfonts
|
texlive-latex-amsfonts
|
||||||
texlive-latex-geometry
|
texlive-latex-geometry
|
||||||
texlive-latex-graphics
|
texlive-latex-graphics
|
||||||
texlive-latex-oberdiek
|
texlive-latex-oberdiek ; for ifluatex
|
||||||
texlive-latex-parskip
|
texlive-latex-parskip
|
||||||
texlive-tex-texinfo)))
|
texlive-tex-texinfo)))
|
||||||
("emacs" ,emacs-minimal)
|
("emacs" ,emacs-minimal)
|
||||||
|
|
Loading…
Reference in a new issue