guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

12/31: gnu: texlive-latex-wasysym: Rename to texlive-wasysym.


From: guix-commits
Subject: 12/31: gnu: texlive-latex-wasysym: Rename to texlive-wasysym.
Date: Thu, 14 Jan 2021 10:12:54 -0500 (EST)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 568729e8219999018aaa231aa38d4688ec51c8ab
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Jan 4 17:07:08 2021 -0500

    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.
---
 gnu/packages/tex.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 2ecf677..b381cfd 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]