gnu: texlive-latex-wasysym: Rename to texlive-wasysym.
* gnu/packages/tex.scm (texlive-latex-wasysym): Rename to texlive-wasysym, according to the texlive.tlpdb database. Deprecate old package name.master
parent
8ffed451c3
commit
568729e821
|
@ -5811,9 +5811,9 @@ Association for Computing Machinery (ACM).")
|
||||||
get a narrower “natural” width.")
|
get a narrower “natural” width.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
(define-public texlive-latex-wasysym
|
(define-public texlive-wasysym
|
||||||
(package
|
(package
|
||||||
(name "texlive-latex-wasysym")
|
(name "texlive-wasysym")
|
||||||
(version (number->string %texlive-revision))
|
(version (number->string %texlive-revision))
|
||||||
(source (origin
|
(source (origin
|
||||||
(method svn-fetch)
|
(method svn-fetch)
|
||||||
|
@ -5833,6 +5833,9 @@ lasy font set and other odds and ends. The wasysym package implements an easy
|
||||||
to use interface for these symbols.")
|
to use interface for these symbols.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-latex-wasysym
|
||||||
|
(deprecated-package "texlive-latex-wasysym" texlive-wasysym))
|
||||||
|
|
||||||
(define-public texlive-latex-wrapfig
|
(define-public texlive-latex-wrapfig
|
||||||
(package
|
(package
|
||||||
(name "texlive-latex-wrapfig")
|
(name "texlive-latex-wrapfig")
|
||||||
|
|
Reference in New Issue