mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-13 18:36:14 -05:00
gnu: Add texlive-hyphen-kurmanji.
* gnu/packages/tex.scm (texlive-hyphen-kurmanji): New variable.
This commit is contained in:
parent
e33250e48a
commit
0b3442575c
1 changed files with 13 additions and 0 deletions
|
@ -1932,6 +1932,19 @@ (define-public texlive-hyphen-italian
|
|||
UNI).")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-hyphen-kurmanji
|
||||
(package
|
||||
(inherit (texlive-hyphen-package
|
||||
"texlive-hyphen-kurmanji" "kmr"
|
||||
(list "/tex/generic/hyph-utf8/patterns/tex/hyph-kmr.tex")
|
||||
(base32
|
||||
"1145ykfd0b0hgklindlxdgkqmsnj3cai3cwgllz411yqmrhjc6y9")))
|
||||
(synopsis "Kurmanji hyphenation patterns")
|
||||
(description "This package provides hyphenation patterns for
|
||||
Kurmanji (Northern Kurdish) as spoken in Turkey and by the Kurdish diaspora in
|
||||
Europe, in T1/EC and UTF-8 encodings.")
|
||||
(license license:lppl1.3)))
|
||||
|
||||
(define-public texlive-hyph-utf8
|
||||
(package
|
||||
(inherit (simple-texlive-package
|
||||
|
|
Loading…
Reference in a new issue