guix-commits
[Top][All Lists]
Advanced

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

60/109: gnu: Add texlive-hyphen-romansh.


From: guix-commits
Subject: 60/109: gnu: Add texlive-hyphen-romansh.
Date: Tue, 16 Jul 2019 08:22:48 -0400 (EDT)

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

commit 3aec4a9508d6bcae9c06876b760d9008cbf16980
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jul 13 12:58:34 2019 +0200

    gnu: Add texlive-hyphen-romansh.
    
    * gnu/packages/tex.scm (texlive-hyphen-romansh): 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 aa49bf4..e03d028 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2075,6 +2075,19 @@ T1/EC and UTF-8 encodings.")
 T1/EC and UTF-8 encodings.")
     (license license:lppl)))
 
+(define-public texlive-hyphen-romansh
+  (package
+    (inherit (texlive-hyphen-package
+              "texlive-hyphen-romansh" "rm"
+              (list "/tex/generic/hyph-utf8/patterns/tex/hyph-rm.tex")
+              (base32
+               "06wan8i4appc1zfvc0q4cgnfv1nj0qgk02w3sg56zc11hf8sywl9")))
+    (synopsis "Romansh hyphenation patterns")
+    (description "This package provides hyphenation patterns for Romansh in
+ASCII encodings.  They are supposed to comply with the rules indicated by the
+Lia Rumantscha (Romansh language society).")
+    (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]