rekado pushed a commit to branch wip-texlive
in repository guix.
commit 96ed5713dae805091e684854ecbf5c256f666bb8
Author: Ricardo Wurmus <[email protected]>
Date: Sat Jul 13 12:56:28 2019 +0200
gnu: Add texlive-hyphen-icelandic.
* gnu/packages/tex.scm (texlive-hyphen-icelandic): New variable.
---
gnu/packages/tex.scm | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 20ee9d6..a6c1045 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1838,6 +1838,18 @@ in monotonic and polytonic spelling in LGR and UTF-8
encodings.")
T1/EC and UTF-8 encodings.")
(license license:gpl2)))
+(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:lppl)))
+
(define-public texlive-hyph-utf8
(package
(inherit (simple-texlive-package