guix-commits
[Top][All Lists]
Advanced

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

57/111: gnu: Add texlive-hyphen-polish.


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

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

commit 0687d06fab92092e77ba1b9838e06d5042dc5eb2
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jul 13 12:58:14 2019 +0200

    gnu: Add texlive-hyphen-polish.
    
    * gnu/packages/tex.scm (texlive-hyphen-polish): 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 ceb4425..f8d45ca 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2039,6 +2039,18 @@ in ASCII encoding.  Compliant with 'Gramatica dla lengua 
piemonteisa' by
 Camillo Brero.")
     (license license:lppl)))
 
+(define-public texlive-hyphen-polish
+  (package
+    (inherit (texlive-hyphen-package
+              "texlive-hyphen-polish" "pl"
+              (list "/tex/generic/hyph-utf8/patterns/tex/hyph-pl.tex")
+              (base32
+               "0dzq8ca96q7m5bslh51x8d30pdb86glh2gn3mmvq5ip813ckwh3s")))
+    (synopsis "Polish hyphenation patterns")
+    (description "This package provides hyphenation patterns for Polish in QX
+and UTF-8 encodings.")
+    (license license:knuth)))
+
 (define-public texlive-hyph-utf8
   (package
     (inherit (simple-texlive-package



reply via email to

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