rekado pushed a commit to branch wip-texlive
in repository guix.
commit 3d0177acb63a6dcd612169254addf8975dd7de22
Author: Ricardo Wurmus <[email protected]>
Date: Sat Jul 13 12:57:01 2019 +0200
gnu: Add texlive-hyphen-irish.
* gnu/packages/tex.scm (texlive-hyphen-irish): 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 7d30c85..c2f6551 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1899,6 +1899,18 @@ usable for Malay (Bahasa Melayu).")
in ASCII encoding.")
(license license:lppl)))
+(define-public texlive-hyphen-irish
+ (package
+ (inherit (texlive-hyphen-package
+ "texlive-hyphen-irish" "ga"
+ (list "/tex/generic/hyph-utf8/patterns/tex/hyph-ga.tex")
+ (base32
+ "02k1fykgj3xamczjq16i9fsjjsh78pp5ypmh93p64izk2vymfwk0")))
+ (synopsis "Irish hyphenation patterns")
+ (description "This package provides hyphenation patterns for
+Irish (Gaeilge) in T1/EC and UTF-8 encodings.")
+ (license license:lppl)))
+
(define-public texlive-hyph-utf8
(package
(inherit (simple-texlive-package