diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-05-14 11:47:34 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-18 18:11:00 +0200 |
commit | b6ad756412fd5da6d9e0e8d16b969e4c27092106 (patch) | |
tree | 6a2ab917e44fcd91e96b7352a827845039b31445 /gnu/packages/plotutils.scm | |
parent | d7fc4cec0777955c27063b0ef09c59d1a2596efb (diff) |
gnu: texlive-latex-ocgx2 -> texlive-ocgx2.
* gnu/packages/tex.scm (texlive-ocgx2): New variable.
(texlive-latex-ocgx2): Deprecate variable.
* gnu/packages/plotutils.scm (asymptote): Use new name.
Diffstat (limited to 'gnu/packages/plotutils.scm')
-rw-r--r-- | gnu/packages/plotutils.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/plotutils.scm b/gnu/packages/plotutils.scm index a49df67c29..4a681d3ecb 100644 --- a/gnu/packages/plotutils.scm +++ b/gnu/packages/plotutils.scm @@ -322,7 +322,7 @@ colors, styles, options and details.") texlive-latex-base texlive-media9 texlive-oberdiek ;for ifluatex - texlive-latex-ocgx2 + texlive-ocgx2 texlive-parskip texlive-pdftexcmds texlive-tex-texinfo)))) |