guix-commits
[Top][All Lists]
Advanced

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

28/111: gnu: Add texlive-hyphen-czech.


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

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

commit 078bfaf0fce38779a5fb4adc9bf611799558b363
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jul 13 12:54:12 2019 +0200

    gnu: Add texlive-hyphen-czech.
    
    * gnu/packages/tex.scm (texlive-hyphen-czech): 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 7d4805f..b3a802a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1565,6 +1565,18 @@ UTF-8 encoding as well as in ASCII-based encoding for 
8-bit engines.")
 T1/EC and UTF-8 encodings.")
     (license license:lppl)))
 
+(define-public texlive-hyphen-czech
+  (package
+    (inherit (texlive-hyphen-package
+              "texlive-hyphen-czech" "cs"
+              (list "/tex/generic/hyph-utf8/patterns/tex/hyph-cs.tex")
+              (base32
+               "1k5516gbfp1d5p97j247byag9sdgds5zwc11bwxfk58i6zq1v0m6")))
+    (synopsis "Hyphenation patterns for Czech")
+    (description "The package provides hyphenation patterns for Czech in T1/EC
+and UTF-8 encodings.")
+    (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]