diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-01-04 17:07:08 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-01-14 09:02:09 -0500 |
commit | 568729e8219999018aaa231aa38d4688ec51c8ab (patch) | |
tree | 953b60a6af5749d819c2ce8b46fed9f61284bb73 /gnu/packages | |
parent | 8ffed451c3d435bd0676c6b28527afb42589b395 (diff) |
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.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/tex.scm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 2ecf677dde..b381cfde90 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -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") |