[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
168/452: gnu: texlive-was: Refresh package definition.
From: |
guix-commits |
Subject: |
168/452: gnu: texlive-was: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:17 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit e2a4ff07ffe62fd900e32c3d4f72dc106975ba5b
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
- 107/452: gnu: texlive-latex-readarray -> texlive-readarray., (continued)
- 107/452: gnu: texlive-latex-readarray -> texlive-readarray., guix-commits, 2023/06/09
- 119/452: gnu: texlive-generic-babel-norsk -> texlive-babel-norsk., guix-commits, 2023/06/09
- 132/452: gnu: texlive-kastrup: Refresh package definition., guix-commits, 2023/06/09
- 136/452: gnu: texlive-adjustbox: Refresh package definition., guix-commits, 2023/06/09
- 149/452: gnu: texlive-comment: Refresh package definition., guix-commits, 2023/06/09
- 156/452: gnu: texlive-datetime2: Refresh package definition., guix-commits, 2023/06/09
- 159/452: gnu: texlive-setspace: Refresh package definition., guix-commits, 2023/06/09
- 158/452: gnu: texlive-pgfgantt: Refresh package definition., guix-commits, 2023/06/09
- 172/452: gnu: texlive-floatflt: Refresh package definition., guix-commits, 2023/06/09
- 181/452: gnu: texlive-tcolorbox: Refresh package definition., guix-commits, 2023/06/09
- 168/452: gnu: texlive-was: Refresh package definition.,
guix-commits <=
- 13/452: gnu: texlive-latex-environ -> texlive-environ., guix-commits, 2023/06/09
- 16/452: gnu: texlive-latex-expdlist -> texlive-expdlist., guix-commits, 2023/06/09
- 65/452: gnu: texlive-latex-appendix -> texlive-appendix., guix-commits, 2023/06/09
- 61/452: gnu: texlive-latex-marginfix -> texlive-marginfix., guix-commits, 2023/06/09
- 74/452: gnu: texlive-latex-cmap -> texlive-cmap., guix-commits, 2023/06/09
- 83/452: gnu: texlive-latex-multirow -> texlive-multirow., guix-commits, 2023/06/09
- 86/452: gnu: texlive-latex-pbox -> texlive-pbox., guix-commits, 2023/06/09
- 108/452: gnu: texlive-latex-verbatimbox -> texlive-verbatimbox., guix-commits, 2023/06/09
- 106/452: gnu: texlive-latex-eukdate -> texlive-eukdate., guix-commits, 2023/06/09
- 103/452: gnu: texlive-latex-media9 -> texlive-media9., guix-commits, 2023/06/09