gnu: texlive-tex-gyre: Refresh package definition.

* gnu/packages/tex.scm (texlive-tex-gyre): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-KVOPTIONS.
This commit is contained in:
Nicolas Goaziou 2023-05-17 00:13:28 +02:00
parent 176f5439fb
commit 3d6607d518
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1338,19 +1338,24 @@ (define-public texlive-courier
(define-public texlive-tex-gyre
(package
(inherit (simple-texlive-package
"texlive-tex-gyre"
'("/doc/fonts/tex-gyre/GUST-FONT-LICENSE.txt"
"/fonts/afm/public/tex-gyre/"
"/fonts/enc/dvips/tex-gyre/"
"/fonts/map/dvips/tex-gyre/"
"/fonts/opentype/public/tex-gyre/"
"/fonts/tfm/public/tex-gyre/"
"/fonts/type1/public/tex-gyre/"
"/tex/latex/tex-gyre/")
(base32
"1ldnlmclghm3gnyv02r8a6cqybygz2ifq07mhykhf43h1pw3aq7k")
#:trivial? #t))
(name "texlive-tex-gyre")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/tex-gyre/"
"fonts/afm/public/tex-gyre/"
"fonts/enc/dvips/tex-gyre/"
"fonts/map/dvips/tex-gyre/"
"fonts/opentype/public/tex-gyre/"
"fonts/tfm/public/tex-gyre/"
"fonts/type1/public/tex-gyre/"
"source/fonts/tex-gyre/"
"tex/latex/tex-gyre/")
(base32
"0229aa7cgw614zlc2n589fi4hfdfnv7dd83f5mfa358zdb8iw54j")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(propagated-inputs (list texlive-kvoptions))
(home-page "https://ctan.org/pkg/tex-gyre")
(synopsis "TeX fonts extending URW fonts")
(description