diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-03-06 11:55:53 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-03-06 12:22:16 +0100 |
commit | 38ec52136f48c8bdcb6622096f25812d5a507cf6 (patch) | |
tree | 57767552c4cd8bda7a3b8fd9415f134f48bb0b7a /gnu/packages/plotutils.scm | |
parent | c63566c5cfe622575637530227169f7d40c2422a (diff) | |
download | guix-38ec52136f48c8bdcb6622096f25812d5a507cf6.tar guix-38ec52136f48c8bdcb6622096f25812d5a507cf6.tar.gz |
gnu: texlive-latex-kvoptions: Rename to texlive-kvoptions.
* gnu/packages/tex.scm (texlive-kvoptions): New variable.
(texlive-latex-kvoptions): Deprecated alias.
(texlive-hyperref):
* 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 26623bc487..564a68618b 100644 --- a/gnu/packages/plotutils.scm +++ b/gnu/packages/plotutils.scm @@ -302,7 +302,7 @@ colors, styles, options and details.") texlive-latex-base texlive-latex-geometry texlive-graphics - texlive-latex-kvoptions + texlive-kvoptions texlive-latex-media9 texlive-oberdiek ;for ifluatex texlive-latex-ocgx2 |