Archived
1
0
Fork 0

gnu: texlive-glyphlist: Refresh package definition.

* gnu/packages/tex.scm (texlive-glyphlist): Remove SIMPLE-TEXLIVE-PACKAGE
call.
This commit is contained in:
Nicolas Goaziou 2023-05-16 22:31:41 +02:00
parent a9fd178710
commit 8ba050da8b
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -3676,18 +3676,20 @@ the @file{.tex} extension.")
(define-public texlive-glyphlist (define-public texlive-glyphlist
(package (package
(inherit (simple-texlive-package (name "texlive-glyphlist")
"texlive-glyphlist" (version (number->string %texlive-revision))
(list "fonts/map/glyphlist/") (source (texlive-origin
(base32 name version
"12nmmyh77vr2622lzi11nm1z1k2bxs7jz018yl4rwjlpg0sxg1ja") (list "fonts/map/glyphlist/")
#:trivial? #t)) (base32
(home-page "https://www.tug.org/texlive/") "12nmmyh77vr2622lzi11nm1z1k2bxs7jz018yl4rwjlpg0sxg1ja")))
(synopsis "Adobe glyph list and TeX extensions") (build-system texlive-build-system)
(home-page "https://ctan.org/pkg/glyphlist")
(synopsis "Adobe Glyph List and TeX extensions")
(description (description
"This package provides a map between traditional Adobe glyph names and "This package provides a map between traditional Adobe glyph names and
Unicode points; it is maintained by Adobe. The additional Unicode points; it is maintained by Adobe. The additional
@file{texglyphlist.txt} is maintained as part of lcdf-typetools.") @file{texglyphlist.txt} is maintained as part of @code{lcdf-typetools}.")
(license license:asl2.0))) (license license:asl2.0)))
(define-public texlive-graphics-def (define-public texlive-graphics-def