me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-noto-emoji.

* gnu/packages/tex.scm (texlive-noto-emoji): New variable.
Nicolas Goaziou 2023-08-21 12:46:06 +02:00
parent c058f86b1c
commit dad815d743
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -19800,6 +19800,25 @@ Both sorted and unsorted bibliography styles are supported.")
generate bibliographies to be served on the web starting from BibTeX files.")
(license license:public-domain)))
(define-public texlive-noto-emoji
(package
(name "texlive-noto-emoji")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/noto-emoji/"
"fonts/truetype/google/noto-emoji/")
(base32
"117mj4w0gvbndhm7mcxbxzxscd73np5s35467jr2sq2pwbv87i8r")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/noto-emoji")
(synopsis "Noto Emoji fonts")
(description
"Noto Color Emoji supports all emoji defined in the latest Unicode
version.")
(license license:silofl1.1)))
(define-public texlive-nuc
(package
(name "texlive-nuc")