mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -05:00
gnu: texlive-latex-enumitem: Deprecate package.
* gnu/packages/tex.scm (texlive-latex-enumitem): Deprecate in favor of texlive-enumitem. * gnu/packages/python-xyz.scm (python-matplotlib-documentation): (python-nbconvert): Apply deprecation.
This commit is contained in:
parent
390f960411
commit
01107fc4ea
2 changed files with 14 additions and 12 deletions
|
@ -6543,19 +6543,19 @@ (define-public python-matplotlib-documentation
|
|||
("python-mock" ,python-mock)
|
||||
("graphviz" ,graphviz)
|
||||
("texlive" ,(texlive-updmap.cfg (list texlive-amsfonts
|
||||
texlive-latex-amsmath
|
||||
texlive-latex-enumitem
|
||||
texlive-latex-expdlist
|
||||
texlive-latex-geometry
|
||||
texlive-latex-preview
|
||||
texlive-latex-type1cm
|
||||
texlive-latex-ucs
|
||||
texlive-enumitem
|
||||
texlive-latex-amsmath
|
||||
texlive-latex-expdlist
|
||||
texlive-latex-geometry
|
||||
texlive-latex-preview
|
||||
texlive-latex-type1cm
|
||||
texlive-latex-ucs
|
||||
|
||||
texlive-pdftex
|
||||
texlive-pdftex
|
||||
|
||||
texlive-fonts-ec
|
||||
texlive-times
|
||||
texlive-txfonts)))
|
||||
texlive-fonts-ec
|
||||
texlive-times
|
||||
texlive-txfonts)))
|
||||
("texinfo" ,texinfo)
|
||||
,@(package-native-inputs python-matplotlib)))
|
||||
(arguments
|
||||
|
@ -12611,13 +12611,13 @@ (define-public python-nbconvert
|
|||
texlive-amsfonts
|
||||
texlive-booktabs
|
||||
texlive-caption
|
||||
texlive-enumitem
|
||||
texlive-eurosym
|
||||
texlive-fonts-rsfs
|
||||
texlive-generic-ulem
|
||||
texlive-generic-iftex
|
||||
texlive-jknappen
|
||||
texlive-latex-amsmath
|
||||
texlive-latex-enumitem
|
||||
texlive-latex-fancyvrb
|
||||
texlive-latex-float
|
||||
texlive-fontspec
|
||||
|
|
|
@ -6163,6 +6163,8 @@ (define-public texlive-enumitem
|
|||
@code{\\begin{itemize}[itemsep=1ex,leftmargin=1cm]}.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-deprecated-package texlive-latex-enumitem texlive-enumitem)
|
||||
|
||||
(define-public texlive-latex-multirow
|
||||
(package
|
||||
(name "texlive-latex-multirow")
|
||||
|
|
Loading…
Reference in a new issue