me
/
guix
Archived
1
0
Fork 0

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
Maxim Cournoyer 2021-01-04 17:07:08 -05:00
parent 8ffed451c3
commit 568729e821
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 5 additions and 2 deletions

View File

@ -5811,9 +5811,9 @@ Association for Computing Machinery (ACM).")
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 @@ lasy font set and other odds and ends. The wasysym package implements an easy
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")