mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 11:26:55 -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.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-latex-wasysym
|
||||
(define-public texlive-wasysym
|
||||
(package
|
||||
(name "texlive-latex-wasysym")
|
||||
(name "texlive-wasysym")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (origin
|
||||
(method svn-fetch)
|
||||
|
@ -5833,6 +5833,9 @@ (define-public texlive-latex-wasysym
|
|||
to use interface for these symbols.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-latex-wasysym
|
||||
(deprecated-package "texlive-latex-wasysym" texlive-wasysym))
|
||||
|
||||
(define-public texlive-latex-wrapfig
|
||||
(package
|
||||
(name "texlive-latex-wrapfig")
|
||||
|
|
Loading…
Reference in a new issue