rekado pushed a commit to branch master
in repository guix.

commit 05b4ae6ab6304493a89b9074ddeace45fb995883
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Wed Mar 29 20:58:36 2023 +0200

    gnu: Add texlive-glyphlist.
    
    * gnu/packages/tex.scm (texlive-glyphlist): New variable.
---
 gnu/packages/tex.scm | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 40accf642d..b02718464e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6,7 +6,7 @@
 ;;; Copyright © 2016, 2018, 2019, 2020, 2021 Efraim Flashner 
<[email protected]>
 ;;; Copyright © 2016 Federico Beffa <[email protected]>
 ;;; Copyright © 2016 Thomas Danckaert <[email protected]>
-;;; Copyright © 2016, 2017, 2018, 2019, 2020, 2021, 2022 Ricardo Wurmus 
<[email protected]>
+;;; Copyright © 2016-2023 Ricardo Wurmus <[email protected]>
 ;;; Copyright © 2017 Leo Famulari <[email protected]>
 ;;; Copyright © 2017, 2020, 2021 Marius Bakke <[email protected]>
 ;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <[email protected]>
@@ -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

Reply via email to