mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -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
|
||||
;; For the manual and the tests.
|
||||
("texlive" ,(texlive-union (list texlive-fonts-amsfonts
|
||||
texlive-generic-ifxetex
|
||||
texlive-latex-amsfonts
|
||||
texlive-latex-geometry
|
||||
texlive-latex-graphics
|
||||
texlive-latex-oberdiek
|
||||
texlive-latex-oberdiek ; for ifluatex
|
||||
texlive-latex-parskip
|
||||
texlive-tex-texinfo)))
|
||||
("emacs" ,emacs-minimal)
|
||||
|
|
Loading…
Reference in a new issue