guix-commits
[Top][All Lists]
Advanced

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

32/111: gnu: Add texlive-hyphen-esperanto.


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

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

commit 89771148e2ffb2bc903ee5279cf20b2b45bd9e3c
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jul 13 12:54:42 2019 +0200

    gnu: Add texlive-hyphen-esperanto.
    
    * gnu/packages/tex.scm (texlive-hyphen-esperanto): 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 54650c1..0500f65 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1614,6 +1614,18 @@ and UTF-8 encodings.")
 American and British English in ASCII encoding.")
     (license license:lppl)))
 
+(define-public texlive-hyphen-esperanto
+  (package
+    (inherit (texlive-hyphen-package
+              "texlive-hyphen-esperanto" "eo"
+              (list "/tex/generic/hyph-utf8/patterns/tex/hyph-eo.tex")
+              (base32
+               "03xbjbzasznsyf4wd45bya6f4snfmzpdzg5zpvqj5q6gjykdg54k")))
+    (synopsis "Hyphenation patterns for Esperanto")
+    (description "The package provides hyphenation patterns for Esperanto ISO
+Latin 3 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]