mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -05:00
gnu: Add texlive-hwemoji.
* gnu/packages/tex.scm (texlive-hwemoji): New variable.
This commit is contained in:
parent
bcb2a7b24f
commit
68d07921b2
1 changed files with 19 additions and 0 deletions
|
@ -85219,6 +85219,25 @@ (define-public texlive-hvqrurl
|
|||
two-sided document.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-hwemoji
|
||||
(package
|
||||
(name "texlive-hwemoji")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/hwemoji/" "tex/latex/hwemoji/")
|
||||
(base32
|
||||
"0k0w0y2qm8a4pflsyv5fmw9yrm19zgic041w6si7aaz6k6mvjcvh")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/hwemoji")
|
||||
(synopsis "Unicode emoji support for pdfLaTeX with sequences")
|
||||
(description
|
||||
"This package provides direct support for Unicode emoji in pdfLaTeX, with full
|
||||
access to emoji sequences including but not limited to flag sequences,
|
||||
diversity modifier sequences, and tag sequences.")
|
||||
(license (list license:lppl1.3c license:cc-by4.0))))
|
||||
|
||||
;;;
|
||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||
;;; of a merge conflict, place them above by existing packages with similar
|
||||
|
|
Loading…
Reference in a new issue