[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
168/418: gnu: texlive-was: Refresh package definition.
From: |
guix-commits |
Subject: |
168/418: gnu: texlive-was: Refresh package definition. |
Date: |
Fri, 2 Jun 2023 17:24:27 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 5d60e3fb44419a3f628504a02f2f9058403dfac1
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 eff841286b..20a1203925 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12190,24 +12190,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
- 134/418: gnu: texlive-ifoddpage: Refresh package definition., (continued)
- 134/418: gnu: texlive-ifoddpage: Refresh package definition., guix-commits, 2023/06/02
- 147/418: gnu: texlive-sourcesanspro: Refresh package definition., guix-commits, 2023/06/02
- 151/418: gnu: texlive-everysel: Refresh package definition., guix-commits, 2023/06/02
- 152/418: gnu: texlive-relsize: Refresh package definition., guix-commits, 2023/06/02
- 153/418: gnu: texlive-ragged2e: Refresh package definition., guix-commits, 2023/06/02
- 154/418: gnu: texlive-ltablex: Refresh package definition., guix-commits, 2023/06/02
- 160/418: gnu: Add texlive-lipsum., guix-commits, 2023/06/02
- 163/418: gnu: Add texlive-ntheorem., guix-commits, 2023/06/02
- 164/418: gnu: texlive-mdframed: Refresh package definition., guix-commits, 2023/06/02
- 165/418: gnu: texlive-lineno: Refresh package definition., guix-commits, 2023/06/02
- 168/418: gnu: texlive-was: Refresh package definition.,
guix-commits <=
- 170/418: gnu: texlive-apacite: Refresh package definition., guix-commits, 2023/06/02
- 171/418: gnu: texlive-apa6: Refresh package definition., guix-commits, 2023/06/02
- 178/418: gnu: texlive-eurosym: Refresh package definition., guix-commits, 2023/06/02
- 182/418: gnu: texlive-ly1: Refresh package definition., guix-commits, 2023/06/02
- 181/418: gnu: texlive-tcolorbox: Refresh package definition., guix-commits, 2023/06/02
- 188/418: gnu: texlive-utopia: Refresh package definition., guix-commits, 2023/06/02
- 185/418: gnu: texlive-newtx: Refresh package definition., guix-commits, 2023/06/02
- 190/418: gnu: texlive-bera: Refresh package definition., guix-commits, 2023/06/02
- 198/418: gnu: texlive-minted: Refresh package definition., guix-commits, 2023/06/02
- 196/418: gnu: texlive-symbol: Refresh package definition., guix-commits, 2023/06/02