diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-05-13 16:15:07 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-18 18:10:49 +0200 |
commit | e5e13d03f03b60b26c0f3b231c31807ccf840273 (patch) | |
tree | 3abc7df3305cf2d4f26a8a8d85c3589de74a5048 /gnu/packages/sphinx.scm | |
parent | 1558776ae7d626cf8c6d63dac01555e14567a678 (diff) | |
download | guix-e5e13d03f03b60b26c0f3b231c31807ccf840273.tar guix-e5e13d03f03b60b26c0f3b231c31807ccf840273.tar.gz |
gnu: texlive-latex-cmap -> texlive-cmap.
* gnu/packages/tex.scm (texlive-cmap): New variable.
(texlive-latex-cmap): Deprecate variable.
* gnu/packages/maths.scm (hypre):
* gnu/packages/sphinx.scm (python-sphinx): Use new name.
Diffstat (limited to 'gnu/packages/sphinx.scm')
-rw-r--r-- | gnu/packages/sphinx.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm index 4e912ae252..906b05e979 100644 --- a/gnu/packages/sphinx.scm +++ b/gnu/packages/sphinx.scm @@ -113,7 +113,7 @@ texlive-ltxcmds texlive-hyperref texlive-latex-base ;alltt, atbegshi, makeidx, textcomp - texlive-latex-cmap + texlive-cmap texlive-fancyhdr texlive-fancyvrb texlive-latex-float |