diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-21 13:06:04 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-21 16:29:50 +0200 |
commit | 64ed1ddae17985ca80ba8cf5cfde7febfb725f91 (patch) | |
tree | 7865b0490fac4cc6a2e50dd3d99a84c1b82c3540 /gnu/packages/tex.scm | |
parent | d33819792ce5d2bb2a5356327251814387076f03 (diff) |
gnu: Add texlive-twemoji-colr.
* gnu/packages/tex.scm (texlive-twemoji-colr): New variable.
Diffstat (limited to 'gnu/packages/tex.scm')
-rw-r--r-- | gnu/packages/tex.scm | 19 |
1 files changed, 19 insertions, 0 deletions
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") |