diff options
author | Ludovic Courtès <ludo@gnu.org> | 2022-07-17 11:56:45 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-07-17 11:56:45 +0200 |
commit | b09e968667cd7f690e4f05b088a5a515b0018899 (patch) | |
tree | ac76bbb2baa9a69d2b4d663c28b8311ba34c1772 /gnu/packages/sphinx.scm | |
parent | f4f6d6582bd393355939ea9dffa8f76f1fd00d4c (diff) | |
download | guix-b09e968667cd7f690e4f05b088a5a515b0018899.tar.gz |
gnu: Avoid use of deprecated texlive packages.
* gnu/packages/cran.scm (r-prereg)[propagated-inputs]: Avoid deprecated texlive package names. * gnu/packages/python-xyz.scm (python-nbconvert)[native-inputs, propagated-inputs]: Likewise. * gnu/packages/sphinx.scm (python-sphinx)[propagated-inputs]: Likewise. * gnu/packages/maths.scm (hypre)[native-inputs]: Remove redundant and deprecated 'texlive-latex-titlesec'.
Diffstat (limited to 'gnu/packages/sphinx.scm')
-rw-r--r-- | gnu/packages/sphinx.scm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm index bbb070ddf6..14f70a56f5 100644 --- a/gnu/packages/sphinx.scm +++ b/gnu/packages/sphinx.scm @@ -109,7 +109,7 @@ texlive-capt-of texlive-carlisle ;remreset texlive-etoolbox - texlive-generic-ltxcmds + texlive-ltxcmds texlive-hyperref ;; TODO: Remove texlive-stringenc and texlive-zapfding after ;; propagating them in texlive-hyperref in next rebuild cycle. @@ -117,20 +117,20 @@ texlive-zapfding texlive-latex-base ;alltt, atbegshi, makeidx, textcomp texlive-latex-cmap - texlive-latex-fancyhdr - texlive-latex-fancyvrb + texlive-fancyhdr + texlive-fancyvrb texlive-latex-float texlive-latex-fncychap texlive-latex-framed texlive-latex-geometry - texlive-latex-graphics ;graphicx, color - texlive-latex-kvoptions + texlive-graphics ;graphicx, color + texlive-kvoptions texlive-latex-needspace texlive-latex-parskip texlive-latex-preview texlive-latex-tabulary - texlive-latex-titlesec - texlive-latex-tools ;multicol, longtable + texlive-titlesec + texlive-tools ;multicol, longtable texlive-latex-upquote texlive-latex-varwidth texlive-oberdiek ;hypcap |