diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-03-01 12:43:46 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-03-01 12:55:35 +0100 |
commit | 8983a52cb4b5fe2a1205c826aa60fa97f4f5fec1 (patch) | |
tree | ab121871615b6477800d546b8f398ef2ba0949fc /gnu/packages/plotutils.scm | |
parent | 8412fa6cc761e31bb4033695940bb5f3f32671f0 (diff) | |
download | patches-8983a52cb4b5fe2a1205c826aa60fa97f4f5fec1.tar patches-8983a52cb4b5fe2a1205c826aa60fa97f4f5fec1.tar.gz |
gnu: asymptote: Remove indirect TexLive dependency.
* gnu/packages/plotutils.scm (asymptote)[native-inputs]: Remove
texlive-generic-ifxetex from texlive-union.
Diffstat (limited to 'gnu/packages/plotutils.scm')
-rw-r--r-- | gnu/packages/plotutils.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/plotutils.scm b/gnu/packages/plotutils.scm index 2a330695c6..22a62a0f5b 100644 --- a/gnu/packages/plotutils.scm +++ b/gnu/packages/plotutils.scm @@ -188,11 +188,10 @@ colors, styles, options and details.") ("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) |