guix-commits
[Top][All Lists]
Advanced

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

72/110: gnu: Add texlive-hyphen-uppersorbian.


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

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

commit 5de4e8f73d89c7273b3e85093045dc9dbceb91ce
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jul 13 13:06:28 2019 +0200

    gnu: Add texlive-hyphen-uppersorbian.
    
    * gnu/packages/tex.scm (texlive-hyphen-uppersorbian): 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 6c7a78a..36a63e1 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2298,6 +2298,18 @@ T2A and UTF-8 encodings.")
     ;; No version specified
     (license license:lppl)))
 
+(define-public texlive-hyphen-uppersorbian
+  (package
+    (inherit (texlive-hyphen-package
+              "texlive-hyphen-uppersorbian" "hsb"
+              (list "/tex/generic/hyph-utf8/patterns/tex/hyph-hsb.tex")
+              (base32
+               "1q42s32cfbynlnzn9hpcldi77fszi5xkn1c85l8xqjmfydqbqdyi")))
+    (synopsis "Upper Sorbian hyphenation patterns")
+    (description "This package provides hyphenation patterns for Upper Sorbian
+in T1/EC and UTF-8 encodings.")
+    (license license:lppl1.3a+)))
+
 (define-public texlive-hyph-utf8
   (package
     (inherit (simple-texlive-package



reply via email to

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