diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-05-13 16:17:13 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-18 18:10:50 +0200 |
commit | 51a55ec735606ee8ad7cf3051b1e0b09aaea8eb9 (patch) | |
tree | 75de4797eb1f4714e5eb03e46fb08be2d2537bad /gnu/packages/maths.scm | |
parent | e5e13d03f03b60b26c0f3b231c31807ccf840273 (diff) |
gnu: texlive-latex-colortbl -> texlive-colortbl.
* gnu/packages/tex.scm (texlive-colortbl): New variable.
(texlive-latex-colortbl): Deprecate variable.
(texlive-jadetex):
* gnu/packages/docbook.scm (dblatex):
* gnu/packages/maths.scm (hypre): Use new name.
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r-- | gnu/packages/maths.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 6466d1b8c7..c859b1d97a 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -5799,7 +5799,7 @@ set.") texlive-xypic texlive-listofitems texlive-cmap - texlive-latex-colortbl + texlive-colortbl texlive-latex-float texlive-fncychap texlive-framed |