diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-02-13 23:58:18 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-02-14 00:08:30 +0100 |
commit | 970b7a949dcdef7c0709acc0cd54426a654a1490 (patch) | |
tree | d00f44b2841d7bbab8b4fa02c104e9d8db65e058 /gnu/packages/python-xyz.scm | |
parent | f833399811555a13756aa64bb0aaaaafab79ee99 (diff) |
gnu: Add texlive-graphics.
* gnu/packages/tex.scm (texlive-graphics): New variable.
(texlive-latex-graphics): Deprecate variable.
(texlive-base):
(texlive-pstool):
(texlive-jadetex):
* gnu/packages/bioinformatics.scm (velvet):
* gnu/packages/plotutils.scm (asymptote):
* gnu/packages/python-xyz.scm (python-numpy-documentation):
(python-ipython-documentation):
* gnu/packages/radio.scm (gnuradio):
(libosmo-dsp):
* gnu/packages/statistics.scm (r-with-tests): Use new variable.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index b09d366e71..dafda261cd 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -5846,7 +5846,7 @@ readable format.") texlive-latex-float texlive-latex-framed texlive-latex-geometry - texlive-latex-graphics + texlive-graphics texlive-hyperref texlive-latex-mdwtools texlive-latex-multirow @@ -8931,7 +8931,7 @@ computing.") texlive-latex-float texlive-latex-framed texlive-latex-geometry - texlive-latex-graphics + texlive-graphics texlive-hyperref texlive-latex-mdwtools texlive-latex-multirow |