rekado pushed a commit to branch wip-texlive
in repository guix.
commit 1b9b22d066b2e75c67a9addac8895ae59f71222f
Author: Ricardo Wurmus <[email protected]>
Date: Sat Jul 13 12:57:43 2019 +0200
gnu: Add texlive-hyphen-mongolian.
* gnu/packages/tex.scm (texlive-hyphen-mongolian): New variable.
---
gnu/packages/tex.scm | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 5562011..72a0461 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1984,6 +1984,19 @@ L7X and UTF-8 encodings.")
L7X and UTF-8 encodings.")
(license license:lppl)))
+(define-public texlive-hyphen-mongolian
+ (package
+ (inherit (texlive-hyphen-package
+ "texlive-hyphen-mongolian" '("mn-cyrl-x-lmc" "mn-cyrl")
+ (list
"/tex/generic/hyph-utf8/patterns/tex/hyph-mn-cyrl-x-lmc.tex"
+ "/tex/generic/hyph-utf8/patterns/tex/hyph-mn-cyrl.tex")
+ (base32
+ "0lqq3jgwgnclb1cn3x99xmk90xra9q51b00ypwy5crssmy023hqc")))
+ (synopsis "Mongolian hyphenation patterns in Cyrillic script")
+ (description "This package provides hyphenation patterns for Mongolian in
+T2A, LMC and UTF-8 encodings.")
+ (license license:lppl)))
+
(define-public texlive-hyph-utf8
(package
(inherit (simple-texlive-package