guix-commits
[Top][All Lists]
Advanced

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

64/109: gnu: Add texlive-hyphen-slovak.


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

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

commit 3d39c7cf9da6b137ef6c9841862ac84168f33d14
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jul 13 12:59:02 2019 +0200

    gnu: Add texlive-hyphen-slovak.
    
    * gnu/packages/tex.scm (texlive-hyphen-slovak): 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 3c5e3d3..4306f3d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2129,6 +2129,18 @@ T1/EC, T2A and UTF-8 encodings.")
     ;; Any version of the GPL.
     (license license:gpl3+)))
 
+(define-public texlive-hyphen-slovak
+  (package
+    (inherit (texlive-hyphen-package
+              "texlive-hyphen-slovak" "sk"
+              (list "/tex/generic/hyph-utf8/patterns/tex/hyph-sk.tex")
+              (base32
+               "1cgw6fmyci3za3vsa49b6m74wqv582w0rpca7s9xva3hqm1m5qdg")))
+    (synopsis "Slovak hyphenation patterns")
+    (description "This package provides hyphenation patterns for Slovak 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]