gnu: texlive-fonts-stmaryrd: Rename to texlive-stmaryrd.

* gnu/packages/tex.scm (texlive-fonts-stmaryrd): Rename to texlive-stmaryrd,
according to the texlive.tlpdb database.  Deprecate old package name.
This commit is contained in:
Maxim Cournoyer 2021-01-04 17:09:42 -05:00
parent 568729e821
commit 8d44bb85fe
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -5333,9 +5333,9 @@ (define-public texlive-latex-pdfpages
use this package to insert PostScript files, in addition to PDF files.")
(license license:lppl1.3+)))
(define-public texlive-fonts-stmaryrd
(define-public texlive-stmaryrd
(package
(name "texlive-fonts-stmaryrd")
(name "texlive-stmaryrd")
(version (number->string %texlive-revision))
(source (origin
(method svn-fetch)
@ -5366,6 +5366,9 @@ (define-public texlive-fonts-stmaryrd
the whole font.")
(license license:lppl)))
(define-public texlive-fonts-stmaryrd
(deprecated-package "texlive-fonts-stmaryrd" texlive-stmaryrd))
(define-public texlive-latex-subfigure
(package
(name "texlive-latex-subfigure")