gnu: texlive-was: Refresh package definition.
* gnu/packages/tex.scm (texlive-was): Remove SIMPLE-TEXLIVE-PACKAGE call.
This commit is contained in:
parent
4c60535bb3
commit
f778e76f5d
1 changed files with 16 additions and 17 deletions
|
@ -12182,24 +12182,23 @@ possible to register these float types with endfloat.")
|
||||||
|
|
||||||
(define-public texlive-was
|
(define-public texlive-was
|
||||||
(package
|
(package
|
||||||
(inherit (simple-texlive-package
|
(name "texlive-was")
|
||||||
"texlive-was"
|
(version (number->string %texlive-revision))
|
||||||
(list "doc/latex/was/"
|
(source (texlive-origin
|
||||||
"source/latex/was/"
|
name version
|
||||||
"tex/latex/was/")
|
(list "doc/latex/was/" "source/latex/was/"
|
||||||
(base32
|
"tex/latex/was/")
|
||||||
"1fp0l9sn9yrhf8hz175dzc2x28byk1ygfirn23am5ak72csmi0cp")
|
(base32
|
||||||
#:trivial? #t))
|
"1fp0l9sn9yrhf8hz175dzc2x28byk1ygfirn23am5ak72csmi0cp")))
|
||||||
(home-page "https://www.ctan.org/pkg/was")
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/was")
|
||||||
(synopsis "Collection of small packages by Walter Schmidt")
|
(synopsis "Collection of small packages by Walter Schmidt")
|
||||||
(description "A bundle of packages that arise in the author’s area of interest:
|
(description
|
||||||
|
"This package provides a bundle of packages that arise in the author's
|
||||||
@itemize
|
area of interest: compliance of maths typesetting with ISO standards; symbols
|
||||||
@item compliance of maths typesetting with ISO standards;
|
that work in both maths and text modes commas for both decimal separator and
|
||||||
@item symbols that work in both maths and text modes
|
maths; and upright Greek letters in maths.")
|
||||||
@item commas for both decimal separator and maths; and
|
|
||||||
@item upright Greek letters in maths
|
|
||||||
@end itemize")
|
|
||||||
(license license:lppl1.2+)))
|
(license license:lppl1.2+)))
|
||||||
|
|
||||||
(define-public texlive-xpatch
|
(define-public texlive-xpatch
|
||||||
|
|
Reference in a new issue