[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
217/409: gnu: texlive-wasy: Refresh package definition.
From: |
guix-commits |
Subject: |
217/409: gnu: texlive-wasy: Refresh package definition. |
Date: |
Sat, 20 May 2023 04:02:49 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit ffb69798aacd41539ea78751c1fe011c25803ef2
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 9647356794..75b8095db3 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8564,16 +8564,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
- 190/409: gnu: texlive-bera: Refresh package definition., (continued)
- 190/409: gnu: texlive-bera: Refresh package definition., guix-commits, 2023/05/20
- 192/409: gnu: texlive-arev: Refresh package definition., guix-commits, 2023/05/20
- 194/409: gnu: texlive-fp: Refresh package definition., guix-commits, 2023/05/20
- 197/409: gnu: texlive-caption: Refresh package definition., guix-commits, 2023/05/20
- 199/409: gnu: texlive-microtype: Refresh package definition., guix-commits, 2023/05/20
- 201/409: gnu: texlive-todonotes: Refresh package definition., guix-commits, 2023/05/20
- 207/409: gnu: texlive-pst-text: Refresh package definition., guix-commits, 2023/05/20
- 210/409: gnu: texlive-charter: Refresh package definition., guix-commits, 2023/05/20
- 213/409: gnu: texlive-pgf: Refresh package definition., guix-commits, 2023/05/20
- 214/409: gnu: texlive-ulem: Refresh package definition., guix-commits, 2023/05/20
- 217/409: gnu: texlive-wasy: Refresh package definition.,
guix-commits <=
- 255/409: gnu: texlive-ncctools: Refresh package definition., guix-commits, 2023/05/20
- 257/409: gnu: texlive-atbegshi: Refresh package definition., guix-commits, 2023/05/20
- 68/409: gnu: texlive-latex-footmisc -> texlive-footmisc., guix-commits, 2023/05/20
- 72/409: gnu: texlive-latex-bookmark -> texlive-bookmark., guix-commits, 2023/05/20
- 75/409: gnu: texlive-latex-colortbl -> texlive-colortbl., guix-commits, 2023/05/20
- 94/409: gnu: Add texlive-ctablestack., guix-commits, 2023/05/20
- 96/409: gnu: Add texlive-luacode., guix-commits, 2023/05/20
- 99/409: gnu: texlive-latex-varwidth -> texlive-varwidth., guix-commits, 2023/05/20
- 113/409: gnu: texlive-latex-textpos -> texlive-textpos., guix-commits, 2023/05/20
- 114/409: gnu: texlive-latex-hyphenat -> texlive-hyphenat., guix-commits, 2023/05/20