ngz pushed a commit to branch master
in repository guix.

commit 64ed1ddae17985ca80ba8cf5cfde7febfb725f91
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 21 13:06:04 2023 +0200

    gnu: Add texlive-twemoji-colr.
    
    * gnu/packages/tex.scm (texlive-twemoji-colr): New variable.
---
 gnu/packages/tex.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index ffcfe9751e..175029cb2a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -25213,6 +25213,25 @@ is used by logicians for denoting a consequence 
relation, related to a given
 logic, between a collection of formulas and a derived formula.")
     (license license:lppl)))
 
+(define-public texlive-twemoji-colr
+  (package
+    (name "texlive-twemoji-colr")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/twemoji-colr/"
+                   "fonts/truetype/public/twemoji-colr/")
+             (base32
+              "0qadwv7malbji28pxjpz3r53kb94grp435yk8h7i93x143vd8p9n")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/twemoji-colr";)
+    (synopsis "Twemoji font in COLR/CPAL layered format")
+    (description
+     "This is a COLR/CPAL-based color OpenType font from the Twemoji
+collection of emoji images.")
+    (license (list license:cc-by-sa4.0 license:asl2.0))))
+
 (define-public texlive-ulqda
   (package
     (name "texlive-ulqda")

Reply via email to