me
/
guix
Archived
1
0
Fork 0

gnu: texlive-glyphlist: Refresh package definition.

* gnu/packages/tex.scm (texlive-glyphlist): Remove SIMPLE-TEXLIVE-PACKAGE
call.
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
1 changed files with 11 additions and 9 deletions

View File

@ -3676,18 +3676,20 @@ the @file{.tex} extension.")
(define-public texlive-glyphlist
(package
(inherit (simple-texlive-package
"texlive-glyphlist"
(list "fonts/map/glyphlist/")
(base32
"12nmmyh77vr2622lzi11nm1z1k2bxs7jz018yl4rwjlpg0sxg1ja")
#:trivial? #t))
(home-page "https://www.tug.org/texlive/")
(synopsis "Adobe glyph list and TeX extensions")
(name "texlive-glyphlist")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "fonts/map/glyphlist/")
(base32
"12nmmyh77vr2622lzi11nm1z1k2bxs7jz018yl4rwjlpg0sxg1ja")))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/glyphlist")
(synopsis "Adobe Glyph List and TeX extensions")
(description
"This package provides a map between traditional Adobe glyph names and
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)))
(define-public texlive-graphics-def