diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-05-13 08:01:51 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-18 18:10:42 +0200 |
commit | 49928a5dc26f6d42b09826a034f6e7d88a892c21 (patch) | |
tree | 1dd7f9a4212fb0f482fd872a0696757544a61a0f /gnu/packages/maths.scm | |
parent | ec56993c84b39403b35a13b26b32897408faba16 (diff) | |
download | guix-49928a5dc26f6d42b09826a034f6e7d88a892c21.tar.gz |
gnu: texlive-latex-framed -> texlive-framed.
* gnu/packages/tex.scm (texlive-framed): New variable. (texlive-latex-framed): Deprecate variable. (texlive-minted): * gnu/packages/maths.scm (hypre): * gnu/packages/sphinx.scm (python-sphinx): 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 f9d16b9c99..87b2b9816e 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -5802,7 +5802,7 @@ set.") texlive-latex-colortbl texlive-latex-float texlive-fncychap - texlive-latex-framed + texlive-framed texlive-latex-geometry texlive-hanging texlive-hyperref |