guix-commits
[Top][All Lists]
Advanced

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

25/102: gnu: Add texlive-hyphen-churchslavonic.


From: guix-commits
Subject: 25/102: gnu: Add texlive-hyphen-churchslavonic.
Date: Mon, 15 Jul 2019 16:42:27 -0400 (EDT)

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

commit 823fade1d05cacabb7ea2f9c0166198ef16d6c0e
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jul 13 12:53:42 2019 +0200

    gnu: Add texlive-hyphen-churchslavonic.
    
    * gnu/packages/tex.scm (texlive-hyphen-churchslavonic): 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 4684d48..3024dbb 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1528,6 +1528,18 @@ T1/EC and UTF-8 encodings.")
 Chinese pinyin T1/EC and UTF-8 encodings.")
     (license license:lppl)))
 
+(define-public texlive-hyphen-churchslavonic
+  (package
+    (inherit (texlive-hyphen-package
+              "texlive-hyphen-churchslavonic" "cu"
+              (list "/tex/generic/hyph-utf8/patterns/tex/hyph-cu.tex")
+              (base32
+               "0xkqlz3ixyl4fxsnzrbxqrb82p0n67rhgpddbiyv3qwfnbr2b5a4")))
+    (synopsis "Hyphenation patterns for Church Slavonic")
+    (description "The package provides hyphenation patterns for Church
+Slavonic in UTF-8 encoding.")
+    (license license:lppl)))
+
 (define-public texlive-hyph-utf8
   (package
     (inherit (simple-texlive-package



reply via email to

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