ngz pushed a commit to branch master
in repository guix.
commit 71f24669f1624689f8e92f273c6d04f9bcf692f6
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 14 15:10:36 2023 +0200
gnu: Add texlive-mongolian-babel.
* gnu/packages/tex.scm (texlive-mongolian-babel): New variable.
---
gnu/packages/tex.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 28a89725f0..6d9eb5c58b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11602,6 +11602,26 @@ a division operation without destroying the values of
the counters containing
the dividend and divisor.")
(license license:lppl1.3c)))
+(define-public texlive-mongolian-babel
+ (package
+ (name "texlive-mongolian-babel")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/mongolian-babel/"
+ "source/latex/mongolian-babel/"
+ "tex/latex/mongolian-babel/")
+ (base32
+ "12kzips0jmjahrrfaripglg203dvvr408v5qxjvnrnxqzb8d1i2w")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/mongolian-babel")
+ (synopsis "Language definition file for Mongolian in Babel")
+ (description
+ "This package provides support for Mongolian in a Cyrillic
+alphabet. (The work derives from the earlier Russian work for Babel.)")
+ (license license:lppl)))
+
(define-public texlive-moreverb
(package
(name "texlive-moreverb")