guix-commits
[Top][All Lists]
Advanced

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

39/111: gnu: Add texlive-hyphen-georgian.


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

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

commit 098ab74ebbc462f472432a19321d12341fe5961f
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jul 13 12:55:54 2019 +0200

    gnu: Add texlive-hyphen-georgian.
    
    * gnu/packages/tex.scm (texlive-hyphen-georgian): 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 3a193fe..ca6d657 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1775,6 +1775,19 @@ T1/EC and UTF-8 encodings.")
       ;; glhyextr.tex is the only file in the public domain.
       (license (list license:lppl1.3 license:public-domain)))))
 
+(define-public texlive-hyphen-georgian
+  (package
+    (inherit (texlive-hyphen-package
+              "texlive-hyphen-georgian" "ka"
+              (list "/tex/generic/hyph-utf8/patterns/tex/hyph-ka.tex")
+              (base32
+               "01zhn6mflpiqw4lyi8dx8syiz5mky9jrxm87cgw31hanis5cml4l")))
+    (synopsis "Hyphenation patterns for Georgian")
+    (description "The package provides hyphenation patterns for Georgian in
+T8M, T8K, and UTF-8 encodings.")
+    ;; TODO
+    (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]