mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 03:59:38 -05:00
gnu: Add texlive-hyphen-icelandic.
* gnu/packages/tex.scm (texlive-hyphen-icelandic): New variable.
This commit is contained in:
parent
36f03c33ba
commit
33a446e67e
1 changed files with 12 additions and 0 deletions
|
@ -1844,6 +1844,18 @@ (define-public texlive-hyphen-hungarian
|
|||
;; Any of these licenses
|
||||
(license (list license:gpl2 license:lgpl2.1+ license:mpl1.1))))
|
||||
|
||||
(define-public texlive-hyphen-icelandic
|
||||
(package
|
||||
(inherit (texlive-hyphen-package
|
||||
"texlive-hyphen-icelandic" "is"
|
||||
(list "/tex/generic/hyph-utf8/patterns/tex/hyph-is.tex")
|
||||
(base32
|
||||
"1ah1f82lgfhqgid4ngsfiypybx10v8gwxnb12396vfsj3bq6j0ba")))
|
||||
(synopsis "Hyphenation patterns for Icelandic")
|
||||
(description "This package provides hyphenation patterns for Icelandic in
|
||||
T1/EC and UTF-8 encodings.")
|
||||
(license license:lppl1.2+)))
|
||||
|
||||
(define-public texlive-hyph-utf8
|
||||
(package
|
||||
(inherit (simple-texlive-package
|
||||
|
|
Loading…
Reference in a new issue