Archived
1
0
Fork 0

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 @@ package supports pdfTeX (pdfLaTeX) and VTeX. With VTeX it is even possible to
use this package to insert PostScript files, in addition to PDF files.") use this package to insert PostScript files, in addition to PDF files.")
(license license:lppl1.3+))) (license license:lppl1.3+)))
(define-public texlive-fonts-stmaryrd (define-public texlive-stmaryrd
(package (package
(name "texlive-fonts-stmaryrd") (name "texlive-stmaryrd")
(version (number->string %texlive-revision)) (version (number->string %texlive-revision))
(source (origin (source (origin
(method svn-fetch) (method svn-fetch)
@ -5366,6 +5366,9 @@ use under LaTeX; the package supports the @code{only} option (provided by the
the whole font.") the whole font.")
(license license:lppl))) (license license:lppl)))
(define-public texlive-fonts-stmaryrd
(deprecated-package "texlive-fonts-stmaryrd" texlive-stmaryrd))
(define-public texlive-latex-subfigure (define-public texlive-latex-subfigure
(package (package
(name "texlive-latex-subfigure") (name "texlive-latex-subfigure")