gnu: texlive-latex-listings, texlive-latex-pgf: Do not deprecate the variable.
This is a followup to1071381646
ande5dbda5abc
, 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'.
parent
d6a0713331
commit
d93bb18386
|
@ -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
|
||||
|
|
Reference in New Issue