diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-01-28 14:33:56 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-01-28 14:33:56 +0100 |
commit | 01107fc4eaa928ddd99b834ba8ce7b7244f8c3cd (patch) | |
tree | eafd864d147f58cc71136a89e906b8a2993b4fcc /gnu/packages/tex.scm | |
parent | 390f9604110b2f478db73eb5ce8dd3770cb59ea5 (diff) | |
download | guix-01107fc4eaa928ddd99b834ba8ce7b7244f8c3cd.tar.gz |
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.
Diffstat (limited to 'gnu/packages/tex.scm')
-rw-r--r-- | gnu/packages/tex.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index cb43a791fc..a6f693a0a5 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -6163,6 +6163,8 @@ in the form @code{key=value} are available, for example: @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") |