[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
168/458: gnu: texlive-was: Refresh package definition.
From: |
guix-commits |
Subject: |
168/458: gnu: texlive-was: Refresh package definition. |
Date: |
Wed, 14 Jun 2023 05:22:25 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 5a56220227fee89335cabc3507a5b3af423cad00
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 12:43:38 2023 +0200
gnu: texlive-was: Refresh package definition.
* gnu/packages/tex.scm (texlive-was): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 33 ++++++++++++++++-----------------
1 file changed, 16 insertions(+), 17 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index d2bf9c2e1a..8c59d9643c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12182,24 +12182,23 @@ possible to register these float types with
endfloat.")
(define-public texlive-was
(package
- (inherit (simple-texlive-package
- "texlive-was"
- (list "doc/latex/was/"
- "source/latex/was/"
- "tex/latex/was/")
- (base32
- "1fp0l9sn9yrhf8hz175dzc2x28byk1ygfirn23am5ak72csmi0cp")
- #:trivial? #t))
- (home-page "https://www.ctan.org/pkg/was")
+ (name "texlive-was")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/was/" "source/latex/was/"
+ "tex/latex/was/")
+ (base32
+ "1fp0l9sn9yrhf8hz175dzc2x28byk1ygfirn23am5ak72csmi0cp")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/was")
(synopsis "Collection of small packages by Walter Schmidt")
- (description "A bundle of packages that arise in the author’s area of
interest:
-
-@itemize
-@item compliance of maths typesetting with ISO standards;
-@item symbols that work in both maths and text modes
-@item commas for both decimal separator and maths; and
-@item upright Greek letters in maths
-@end itemize")
+ (description
+ "This package provides a bundle of packages that arise in the author's
+area of interest: compliance of maths typesetting with ISO standards; symbols
+that work in both maths and text modes commas for both decimal separator and
+maths; and upright Greek letters in maths.")
(license license:lppl1.2+)))
(define-public texlive-xpatch
- 117/458: gnu: texlive-latex-koma-script -> texlive-koma-script., (continued)
- 117/458: gnu: texlive-latex-koma-script -> texlive-koma-script., guix-commits, 2023/06/14
- 118/458: gnu: texlive-generic-babel-german -> texlive-babel-german., guix-commits, 2023/06/14
- 130/458: gnu: texlive-ydoc: Refresh package definition., guix-commits, 2023/06/14
- 131/458: gnu: texlive-fontaxes: Refresh package definition., guix-commits, 2023/06/14
- 133/458: gnu: texlive-collectbox: Refresh package definition., guix-commits, 2023/06/14
- 134/458: gnu: texlive-ifoddpage: Refresh package definition., guix-commits, 2023/06/14
- 135/458: gnu: texlive-storebox: Refresh package definition., guix-commits, 2023/06/14
- 140/458: gnu: texlive-docstrip: Refresh package definition., guix-commits, 2023/06/14
- 142/458: gnu: texlive-xetex: Refresh package definition., guix-commits, 2023/06/14
- 149/458: gnu: texlive-comment: Refresh package definition., guix-commits, 2023/06/14
- 168/458: gnu: texlive-was: Refresh package definition.,
guix-commits <=
- 184/458: gnu: Add texlive-etextools., guix-commits, 2023/06/14
- 186/458: gnu: texlive-cabin: Refresh package definition., guix-commits, 2023/06/14
- 187/458: gnu: texlive-mweights: Refresh package definition., guix-commits, 2023/06/14
- 188/458: gnu: texlive-utopia: Refresh package definition., guix-commits, 2023/06/14
- 201/458: gnu: texlive-todonotes: Refresh package definition., guix-commits, 2023/06/14
- 210/458: gnu: texlive-charter: Refresh package definition., guix-commits, 2023/06/14
- 216/458: gnu: texlive-wrapfig: Refresh package definition., guix-commits, 2023/06/14
- 218/458: gnu: texlive-marvosym: Refresh package definition., guix-commits, 2023/06/14
- 137/458: gnu: texlive-standalone: Refresh package definition., guix-commits, 2023/06/14
- 139/458: gnu: texlive-metafont: Refresh package definition., guix-commits, 2023/06/14