diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-03-06 11:21:52 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-03-06 11:37:30 +0100 |
commit | 4270d3cf98ec2dc4623e6d8a06f2949bca91bfbb (patch) | |
tree | b33fe4190a22a68f813beee32d3ea76cd124431b /gnu/packages/plotutils.scm | |
parent | ec9d9bddc722fe3c25d67c76e3c358ee588d9023 (diff) | |
download | guix-4270d3cf98ec2dc4623e6d8a06f2949bca91bfbb.tar guix-4270d3cf98ec2dc4623e6d8a06f2949bca91bfbb.tar.gz |
gnu: texlive-generic-infwarerr: Rename to texlive-infwarerr.
* gnu/packages/tex.scm (texlive-infwarerr): New variable.
(texlive-generic-infwarerr): Deprecated alias.
(texlive-generic-uniquecounter):
(texlive-hyperref):
(texlive-latex-rerunfilecheck):
(texlive-pdftexcmds):
(texlive-bitset):
(texlive-etexcmds):
* 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 afb1129abc..78fbc3c9b4 100644 --- a/gnu/packages/plotutils.scm +++ b/gnu/packages/plotutils.scm @@ -295,7 +295,7 @@ colors, styles, options and details.") texlive-epsf texlive-etoolbox texlive-fonts-ec - texlive-generic-infwarerr + texlive-infwarerr texlive-generic-kvdefinekeys texlive-grfext texlive-hyperref |