me
/
guix
Archived
1
0
Fork 0

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

This is a followup to 1071381646 and
e5dbda5abc, 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'.
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
1 changed files with 4 additions and 2 deletions

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