diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-07-13 12:57:01 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-07-24 09:46:45 +0200 |
commit | 88963a8e70f6bd94b4fce7be2aa9e7fbb12602c1 (patch) | |
tree | 7192366bacd1d568727d2b71009c6c0f31045ba1 | |
parent | 9535f149ec43f58a06ace95a8f01708714282e9e (diff) | |
download | patches-88963a8e70f6bd94b4fce7be2aa9e7fbb12602c1.tar patches-88963a8e70f6bd94b4fce7be2aa9e7fbb12602c1.tar.gz |
gnu: Add texlive-hyphen-irish.
* gnu/packages/tex.scm (texlive-hyphen-irish): New variable.
-rw-r--r-- | gnu/packages/tex.scm | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 9482260286..1311605714 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -1905,6 +1905,19 @@ usable for Malay (Bahasa Melayu).") in ASCII encoding.") (license license:lppl1.3+))) +(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.") + ;; Either of these licenses + (license (list license:gpl2+ license:expat)))) + (define-public texlive-hyph-utf8 (package (inherit (simple-texlive-package |