guix-commits
[Top][All Lists]
Advanced

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

23/111: gnu: Add texlive-hyphen-catalan.


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

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

commit 03dd743c3f32fce9be669c1a0cce51dd73335eef
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jul 13 12:53:22 2019 +0200

    gnu: Add texlive-hyphen-catalan.
    
    * gnu/packages/tex.scm (texlive-hyphen-catalan): 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 10ee91e..d3d8481 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1504,6 +1504,18 @@ language.")
 language in T2A and UTF-8 encodings.")
     (license license:lppl)))
 
+(define-public texlive-hyphen-catalan
+  (package
+    (inherit (texlive-hyphen-package
+              "texlive-hyphen-catalan" "ca"
+              (list "/tex/generic/hyph-utf8/patterns/tex/hyph-ca.tex")
+              (base32
+               "0cisx76jpw8kpd3an37m9h8ppiysnizgfzl48y9d9n3fvx8jyykb")))
+    (synopsis "Hyphenation patterns for Catalan")
+    (description "The package provides hyphenation patterns for Catalan in
+T1/EC and UTF-8 encodings.")
+    (license license:lppl)))
+
 
 (define-public texlive-hyph-utf8
   (package



reply via email to

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