gnu: Add texlive-glyphlist.

* gnu/packages/tex.scm (texlive-glyphlist): New variable.
This commit is contained in:
Ricardo Wurmus 2023-03-29 20:58:36 +02:00
parent cd31437e9c
commit 05b4ae6ab6
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -6,7 +6,7 @@
;;; Copyright © 2016, 2018, 2019, 2020, 2021 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016 Federico Beffa <beffa@fbengineering.ch>
;;; Copyright © 2016 Thomas Danckaert <post@thomasdanckaert.be>
;;; Copyright © 2016, 2017, 2018, 2019, 2020, 2021, 2022 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2016-2023 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2017 Leo Famulari <leo@famulari.name>
;;; Copyright © 2017, 2020, 2021 Marius Bakke <marius@gnu.org>
;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
@ -3212,6 +3212,22 @@ verbatim mode; build \"example\" environments (showing both result and
verbatim source).")
(license license:lppl1.0+)))
(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")
(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.")
(license license:asl2.0)))
(define-public texlive-graphics-def
(package
(inherit (simple-texlive-package