gnu: texlive-latex-listings, texlive-latex-pgf: Do not deprecate the variable.

This is a followup to 107138164611a11972f261818373d1de95b3216d and
e5dbda5abc23c5ed716121872d1bbaa8bfcee79e, which had the downside that
remaining references to these two variables would trigger deprecation
warning during the "Computing Guix derivation" phase of 'guix pull'.

* gnu/packages/tex.scm (texlive-latex-listings, texlive-latex-pgf): Use
plain 'define-public' instead of 'define-deprecated-package'.
This commit is contained in:
Ludovic Courtès 2022-03-03 23:54:22 +01:00
parent d6a0713331
commit d93bb18386
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

@ -5862,7 +5862,8 @@ is needed. Keywords, comments and strings can be typeset using different
styles. Support for @code{hyperref} is provided.")
(license license:lppl1.3+)))
(define-deprecated-package texlive-latex-listings texlive-listings)
(define-public texlive-latex-listings
(deprecated-package "texlive-latex-listings" texlive-listings))
(define-public texlive-latex-jknapltx
(package
@ -8043,7 +8044,8 @@ works with plain (pdf-)TeX, (pdf-)LaTeX, and ConTeXt. Unlike pstricks, it can
produce either PostScript or PDF output.")
(license license:lppl1.3c+)))
(define-deprecated-package texlive-latex-pgf texlive-pgf)
(define-public texlive-latex-pgf
(deprecated-package "texlive-latex-pgf" texlive-pgf))
(define-public texlive-latex-koma-script
(package