guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

61/110: gnu: Add texlive-hyphen-russian.


From: guix-commits
Subject: 61/110: gnu: Add texlive-hyphen-russian.
Date: Mon, 22 Jul 2019 15:25:44 -0400 (EDT)

rekado pushed a commit to branch wip-texlive
in repository guix.

commit 6a61a7926f5760a829a29a3817efe44ed171faaa
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jul 13 12:58:40 2019 +0200

    gnu: Add texlive-hyphen-russian.
    
    * gnu/packages/tex.scm (texlive-hyphen-russian): 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 caf585b..5919744 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2104,6 +2104,18 @@ ASCII encodings.  They are supposed to comply with the 
rules indicated by the
 Lia Rumantscha (Romansh language society).")
     (license license:lppl1.3+)))
 
+(define-public texlive-hyphen-russian
+  (package
+    (inherit (texlive-hyphen-package
+              "texlive-hyphen-russian" "ru"
+              (list "/tex/generic/hyph-utf8/patterns/tex/hyph-ru.tex")
+              (base32
+               "09s4vq23x4vff08ykmf08dvcdradjzzwvyys8p2wk6jxaqp980s3")))
+    (synopsis "Russian hyphenation patterns")
+    (description "This package provides hyphenation patterns for Russian in
+T2A and UTF-8 encodings.")
+    (license license:lppl1.2+)))
+
 (define-public texlive-hyph-utf8
   (package
     (inherit (simple-texlive-package



reply via email to

[Prev in Thread] Current Thread [Next in Thread]