mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 20:04:06 -05:00
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.
This commit is contained in:
parent
8ffed451c3
commit
568729e821
1 changed files with 5 additions and 2 deletions
|
@ -5811,9 +5811,9 @@ (define-public texlive-latex-varwidth
|
||||||
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 @@ (define-public texlive-latex-wasysym
|
||||||
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")
|
||||||
|
|
Loading…
Reference in a new issue