guix-commits
[Top][All Lists]
Advanced

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

33/102: gnu: Add texlive-hyphen-estonian.


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

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

commit 0aeaeea0a9822881655438b54b5c12c8c9ef3085
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jul 13 12:54:50 2019 +0200

    gnu: Add texlive-hyphen-estonian.
    
    * gnu/packages/tex.scm (texlive-hyphen-estonian): 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 0500f65..eb4703c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1626,6 +1626,18 @@ American and British English in ASCII encoding.")
 Latin 3 and UTF-8 encodings.")
     (license license:lppl)))
 
+(define-public texlive-hyphen-estonian
+  (package
+    (inherit (texlive-hyphen-package
+              "texlive-hyphen-estonian" "et"
+              (list "/tex/generic/hyph-utf8/patterns/tex/hyph-et.tex")
+              (base32
+               "0idl6xajkkgxqngjn19jcfd29is5rhfn59v0z8h4sv8yjv6k934m")))
+    (synopsis "Hyphenation patterns for Estonian")
+    (description "The package provides hyphenation patterns for Estonian in
+T1/EC and UTF-8 encodings.")
+    (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]