ngz pushed a commit to branch master
in repository guix.
commit 49017260f87e6ffc4ce17c2556132cd7ffa9b0c1
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 14 15:00:03 2023 +0200
gnu: Add texlive-babel-russian.
* gnu/packages/tex.scm (texlive-babel-russian): New variable.
---
gnu/packages/tex.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 311412f7ff..084d8b0d81 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -23267,6 +23267,27 @@ provided.")
Romansh either with Babel or with Polyglossia.")
(license license:lppl1.3+)))
+(define-public texlive-babel-russian
+ (package
+ (name "texlive-babel-russian")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/babel-russian/"
+ "source/generic/babel-russian/"
+ "tex/generic/babel-russian/")
+ (base32
+ "0sy3b7qx5l6smpixa9896zqqrh6ymrz31pd4026f815jy78k3cfb")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/babel-russian")
+ (synopsis "Russian language module for Babel")
+ (description
+ "The package provides support for use of Babel in documents written in
+Russian (in both traditional and modern forms). The support is adapted for
+use both under traditional TeX engines, and under XeTeX and LuaTeX.")
+ (license license:lppl1.3c)))
+
(define-public texlive-babel-samin
(package
(name "texlive-babel-samin")