mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 09:37:03 +01:00
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'.
This commit is contained in:
parent
f4f6d6582b
commit
b09e968667
4 changed files with 17 additions and 18 deletions
|
@ -30480,13 +30480,13 @@ (define-public r-prereg
|
|||
texlive-amsmath
|
||||
texlive-booktabs
|
||||
texlive-etoolbox
|
||||
texlive-generic-iftex
|
||||
texlive-latex-fancyhdr
|
||||
texlive-latex-fancyvrb
|
||||
texlive-iftex
|
||||
texlive-fancyhdr
|
||||
texlive-fancyvrb
|
||||
texlive-latex-geometry
|
||||
texlive-latex-graphics
|
||||
texlive-graphics
|
||||
texlive-latex-threeparttable
|
||||
texlive-latex-titlesec
|
||||
texlive-titlesec
|
||||
texlive-latex-upquote
|
||||
texlive-listings
|
||||
texlive-polyglossia
|
||||
|
|
|
@ -5553,7 +5553,6 @@ (define-public hypre
|
|||
texlive-latex-parskip
|
||||
texlive-latex-stackengine
|
||||
texlive-latex-tabulary
|
||||
texlive-latex-titlesec
|
||||
texlive-latex-tocloft
|
||||
texlive-latex-upquote
|
||||
texlive-latex-varwidth
|
||||
|
|
|
@ -13070,8 +13070,8 @@ (define-public python-nbconvert
|
|||
texlive-hyperref
|
||||
texlive-iftex
|
||||
texlive-jknappen
|
||||
texlive-latex-amsmath
|
||||
texlive-latex-enumitem
|
||||
texlive-amsmath
|
||||
texlive-enumitem
|
||||
texlive-latex-float
|
||||
texlive-latex-geometry
|
||||
texlive-latex-jknapltx
|
||||
|
@ -13113,14 +13113,14 @@ (define-public python-nbconvert
|
|||
texlive-caption
|
||||
texlive-enumitem
|
||||
texlive-fontspec
|
||||
texlive-generic-iftex
|
||||
texlive-iftex
|
||||
texlive-grffile
|
||||
texlive-hyperref
|
||||
texlive-latex-fancyvrb
|
||||
texlive-fancyvrb
|
||||
texlive-latex-float
|
||||
texlive-latex-geometry
|
||||
texlive-latex-jknapltx
|
||||
texlive-latex-ms
|
||||
texlive-ms
|
||||
texlive-latex-parskip
|
||||
texlive-latex-trimspaces
|
||||
texlive-latex-upquote
|
||||
|
|
|
@ -109,7 +109,7 @@ (define-public python-sphinx
|
|||
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 @@ (define-public python-sphinx
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue