guix-commits
[Top][All Lists]
Advanced

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

51/110: gnu: Add texlive-hyphen-latvian.


From: guix-commits
Subject: 51/110: gnu: Add texlive-hyphen-latvian.
Date: Tue, 23 Jul 2019 15:44:30 -0400 (EDT)

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

commit ab8744f160a6435668612c117a702f3f6d1c4db7
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jul 13 12:57:30 2019 +0200

    gnu: Add texlive-hyphen-latvian.
    
    * gnu/packages/tex.scm (texlive-hyphen-latvian): 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 24346c2..886be98 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1968,6 +1968,19 @@ T1/EC and UTF-8 encodings.")
     ;; Either of these licenses
     (license (list license:lppl1.0+ license:expat))))
 
+(define-public texlive-hyphen-latvian
+  (package
+    (inherit (texlive-hyphen-package
+              "texlive-hyphen-latvian" "lv"
+              (list "/tex/generic/hyph-utf8/patterns/tex/hyph-lv.tex")
+              (base32
+               "1xbh5s6nwfjbv7g4kmcpjkm02a6s767p7jn9qjcnz5ip0ndl5g66")))
+    (synopsis "Latvian hyphenation patterns")
+    (description "This package provides hyphenation patterns for Latvian in
+L7X and UTF-8 encodings.")
+    ;; Either of these licenses.
+    (license (list license:gpl2 license:lgpl2.1))))
+
 (define-public texlive-hyph-utf8
   (package
     (inherit (simple-texlive-package



reply via email to

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