guix-commits
[Top][All Lists]
Advanced

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

26/111: gnu: Add texlive-hyphen-coptic.


From: guix-commits
Subject: 26/111: gnu: Add texlive-hyphen-coptic.
Date: Tue, 16 Jul 2019 09:20:52 -0400 (EDT)

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

commit d1305786eb427d07d50233417884fc57121c29ad
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jul 13 12:53:51 2019 +0200

    gnu: Add texlive-hyphen-coptic.
    
    * gnu/packages/tex.scm (texlive-hyphen-coptic): 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 3024dbb..eb4b3c1 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1540,6 +1540,19 @@ Chinese pinyin T1/EC and UTF-8 encodings.")
 Slavonic in UTF-8 encoding.")
     (license license:lppl)))
 
+(define-public texlive-hyphen-coptic
+  (package
+    (inherit (texlive-hyphen-package
+              "texlive-hyphen-coptic" "cop"
+              (list "/tex/generic/hyph-utf8/patterns/tex-8bit/copthyph.tex"
+                    "/tex/generic/hyph-utf8/patterns/tex/hyph-cop.tex")
+              (base32
+               "07i03jpdfy4ip7zbg4gnk4hk8zwj8rlni9dgrb1p8mfw2w19d80c")))
+    (synopsis "Hyphenation patterns for Coptic")
+    (description "The package provides hyphenation patterns for Coptic in
+UTF-8 encoding as well as in ASCII-based encoding for 8-bit engines.")
+    (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]