guix-commits
[Top][All Lists]
Advanced

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

43/110: gnu: Add texlive-hyphen-icelandic.


From: guix-commits
Subject: 43/110: gnu: Add texlive-hyphen-icelandic.
Date: Mon, 22 Jul 2019 15:25:39 -0400 (EDT)

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

commit 11f14d14c96b9677d4c22d2ea6fd240a4e6e814c
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jul 13 12:56:28 2019 +0200

    gnu: Add texlive-hyphen-icelandic.
    
    * gnu/packages/tex.scm (texlive-hyphen-icelandic): 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 b8041f4..b2329ac 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1844,6 +1844,18 @@ T1/EC and UTF-8 encodings.")
     ;; Any of these licenses
     (license (list license:gpl2 license:lgpl2.1+ license:mpl1.1))))
 
+(define-public texlive-hyphen-icelandic
+  (package
+    (inherit (texlive-hyphen-package
+              "texlive-hyphen-icelandic" "is"
+              (list "/tex/generic/hyph-utf8/patterns/tex/hyph-is.tex")
+              (base32
+               "1ah1f82lgfhqgid4ngsfiypybx10v8gwxnb12396vfsj3bq6j0ba")))
+    (synopsis "Hyphenation patterns for Icelandic")
+    (description "This package provides hyphenation patterns for Icelandic in
+T1/EC and UTF-8 encodings.")
+    (license license:lppl1.2+)))
+
 (define-public texlive-hyph-utf8
   (package
     (inherit (simple-texlive-package



reply via email to

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