mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 10:55:23 -05:00
gnu: Add texlive-hyphen-ancientgreek.
* gnu/packages/tex.scm (texlive-hyphen-ancientgreek): New variable.
This commit is contained in:
parent
df73a3d3b6
commit
619ca0230c
1 changed files with 14 additions and 0 deletions
|
@ -1371,6 +1371,20 @@ (define-public texlive-hyphen-afrikaans
|
||||||
language.")
|
language.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-public texlive-hyphen-ancientgreek
|
||||||
|
(package
|
||||||
|
(inherit (texlive-hyphen-package
|
||||||
|
"texlive-hyphen-ancientgreek" "grc"
|
||||||
|
(list "/tex/generic/hyph-utf8/patterns/tex/hyph-grc.tex"
|
||||||
|
"/tex/generic/hyphen/grahyph5.tex"
|
||||||
|
"/tex/generic/hyphen/ibyhyph.tex")
|
||||||
|
(base32
|
||||||
|
"0kwrqsz7wdr1d9kylzwp60ka3wfbj8iad029k5h6y94nb86mf7zv")))
|
||||||
|
(synopsis "Hyphenation patterns for ancient Greek")
|
||||||
|
(description "The package provides hyphenation patterns for ancient
|
||||||
|
Greek.")
|
||||||
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
(define-public texlive-hyph-utf8
|
(define-public texlive-hyph-utf8
|
||||||
(package
|
(package
|
||||||
(inherit (simple-texlive-package
|
(inherit (simple-texlive-package
|
||||||
|
|
Loading…
Reference in a new issue