gnu: texlive-lm-math: Refresh package definition.

* gnu/packages/tex.scm (texlive-lm-math): Remove SIMPLE-TEXLIVE-PACKAGE
call.
This commit is contained in:
Nicolas Goaziou 2023-05-17 00:09:03 +02:00
parent 3a38961b11
commit 5c7346c234
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1426,18 +1426,22 @@ (define-deprecated-package texlive-fonts-lm texlive-lm)
(define-public texlive-lm-math
(package
(inherit (simple-texlive-package
"texlive-lm-math"
(list "/doc/fonts/lm-math/"
"/fonts/opentype/public/lm-math/")
(base32
"0gqdk8x3r1iz4n8j6r3pcqbwalxvkihayvmjfq4iv6hwb0pvys8z")
#:trivial? #t))
(home-page "https://www.gust.org.pl/projects/e-foundry/latin-modern")
(name "texlive-lm-math")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/lm-math/"
"fonts/opentype/public/lm-math/")
(base32
"0gqdk8x3r1iz4n8j6r3pcqbwalxvkihayvmjfq4iv6hwb0pvys8z")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/lm-math")
(synopsis "OpenType maths fonts for Latin Modern")
(description "Latin Modern Math is a maths companion for the Latin Modern
family of fonts, in OpenType format. For use with LuaLaTeX or XeLaTeX,
support is available from the @code{unicode-math} package.")
(description
"Latin Modern Math is a maths companion for the Latin Modern family of
fonts, in OpenType format. For use with LuaLaTeX or XeLaTeX, support is
available from the @code{unicode-math} package.")
(license license:gfl1.0)))
(define-public texlive-lwarp