guix-commits
[Top][All Lists]
Advanced

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

56/110: gnu: Add texlive-hyphen-piedmontese.


From: guix-commits
Subject: 56/110: gnu: Add texlive-hyphen-piedmontese.
Date: Tue, 23 Jul 2019 15:44:31 -0400 (EDT)

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

commit 3885ff36273b7db514a8f6da2e87e4f9eb8515a3
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jul 13 12:58:08 2019 +0200

    gnu: Add texlive-hyphen-piedmontese.
    
    * gnu/packages/tex.scm (texlive-hyphen-piedmontese): 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 65d9796..2464871 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2040,6 +2040,19 @@ It ranges from the Val d'Aran within Catalunya, to the 
South Western Italian
 Alps encompassing the southern half of the French pentagon.")
     (license license:lppl1.0+)))
 
+(define-public texlive-hyphen-piedmontese
+  (package
+    (inherit (texlive-hyphen-package
+              "texlive-hyphen-piedmontese" "pms"
+              (list "/tex/generic/hyph-utf8/patterns/tex/hyph-pms.tex")
+              (base32
+               "00fqzymkg374r3dzf1y82k6b18bqrf688vnjv0vkvw5a45srlb5r")))
+    (synopsis "Piedmontese hyphenation patterns")
+    (description "This package provides hyphenation patterns for Piedmontese
+in ASCII encoding.  Compliant with 'Gramatica dla lengua piemonteisa' by
+Camillo Brero.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-hyph-utf8
   (package
     (inherit (simple-texlive-package



reply via email to

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