gnu: texlive-glyphlist: Refresh package definition.
* gnu/packages/tex.scm (texlive-glyphlist): Remove SIMPLE-TEXLIVE-PACKAGE call.
This commit is contained in:
parent
a9fd178710
commit
8ba050da8b
1 changed files with 11 additions and 9 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue