mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-10 21:29:09 -05:00
gnu: Add texlive-hyphen-finnish.
* gnu/packages/tex.scm (texlive-hyphen-finnish): New variable.
This commit is contained in:
parent
54ef221c59
commit
bac10d8224
1 changed files with 12 additions and 0 deletions
|
@ -1696,6 +1696,18 @@ (define-public texlive-hyphen-ethiopic
|
||||||
be replaced by files tailored to individual languages.")
|
be replaced by files tailored to individual languages.")
|
||||||
(license license:lppl))))
|
(license license:lppl))))
|
||||||
|
|
||||||
|
(define-public texlive-hyphen-finnish
|
||||||
|
(package
|
||||||
|
(inherit (texlive-hyphen-package
|
||||||
|
"texlive-hyphen-finnish" "fi"
|
||||||
|
(list "/tex/generic/hyph-utf8/patterns/tex/hyph-fi.tex")
|
||||||
|
(base32
|
||||||
|
"03n6s8dwwa5vfk9bbyhcdf7p0bc0d1rrr312hpgbz8jfc9fbgd7n")))
|
||||||
|
(synopsis "Hyphenation patterns for Finnish")
|
||||||
|
(description "The package provides hyphenation patterns for Finnish in
|
||||||
|
T1/EC and UTF-8 encodings.")
|
||||||
|
(license license:public-domain)))
|
||||||
|
|
||||||
(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