guix-commits
[Top][All Lists]
Advanced

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

217/452: gnu: texlive-wasy: Refresh package definition.


From: guix-commits
Subject: 217/452: gnu: texlive-wasy: Refresh package definition.
Date: Fri, 9 Jun 2023 13:43:26 -0400 (EDT)

ngz pushed a commit to branch tex-team-next
in repository guix.

commit 119c6ecd836e6ff5713e77c5bfaa01db3151f0ce
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 21:55:20 2023 +0200

    gnu: texlive-wasy: Refresh package definition.
    
    * gnu/packages/tex.scm (texlive-wasy): Remove SIMPLE-TEXLIVE-PACKAGE
    call.
---
 gnu/packages/tex.scm | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 556b55e420..0ed44a466b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8556,16 +8556,17 @@ natural width.")
 
 (define-public texlive-wasy
   (package
-    (inherit (simple-texlive-package
-              "texlive-wasy"
-              (list "/fonts/source/public/wasy/"
-                    "/fonts/tfm/public/wasy/"
-                    "/tex/plain/wasy/"
-                    "/doc/fonts/wasy/")
-              (base32
-               "1swzxgld3lndi5q0q6zkwbw06ndh13fvp04as7zpwyhh646s0hbx")
-              #:trivial? #t))
-    (home-page "https://www.ctan.org/pkg/wasy";)
+    (name "texlive-wasy")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/wasy/" "fonts/source/public/wasy/"
+                   "fonts/tfm/public/wasy/" "tex/plain/wasy/")
+             (base32
+              "1swzxgld3lndi5q0q6zkwbw06ndh13fvp04as7zpwyhh646s0hbx")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/wasy";)
     (synopsis "Waldi symbol fonts")
     (description "This package provides the @code{wasy} (Waldi symbol) fonts,
 in the Metafont and Adobe Type 1 formats.  Support under LaTeX is provided by



reply via email to

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