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:
parent
568729e821
commit
8d44bb85fe
1 changed files with 5 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue