gnu: texlive-xstring: Supersed texlive-generic-xstring.

* gnu/packages/tex.scm (texlive-xstring): New variable.
(texlive-generic-xstring): Deprecate in favour of the above.
(texlive-minted): Use new name.
This commit is contained in:
Nicolas Goaziou 2023-02-25 12:23:34 +01:00
parent d03ad1a8b3
commit 82fc07363b
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -10076,12 +10076,12 @@ (define-public texlive-minted
texlive-etoolbox
texlive-fancyvrb
texlive-fvextra
texlive-generic-xstring
texlive-latex-float
texlive-latex-framed
texlive-latex-ifplatform
texlive-latex-newfloat
texlive-lineno))
texlive-lineno
texlive-xstring))
(home-page "https://ctan.org/pkg/minted")
(synopsis "Highlight source code in LaTeX documents")
(description "This package facilitates expressive syntax highlighting in
@ -12132,9 +12132,9 @@ (define-public texlive-soul
(define-deprecated-package texlive-generic-soul texlive-soul)
(define-public texlive-generic-xstring
(define-public texlive-xstring
(let ((template (simple-texlive-package
"texlive-generic-xstring"
"texlive-xstring"
(list "/doc/generic/xstring/"
"/tex/generic/xstring/")
(base32
@ -12153,6 +12153,8 @@ (define-public texlive-generic-xstring
(expandable) macros.")
(license license:lppl1.3c))))
(define-deprecated texlive-generic-xstring texlive-xstring)
(define-public texlive-substr
(package
(inherit (simple-texlive-package