mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ colors, styles, options and details.")
|
||||||
("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…
Add table
Add a link
Reference in a new issue