guix-commits
[Top][All Lists]
Advanced

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

07/08: gnu: Add texlive-hyphen-pali.


From: guix-commits
Subject: 07/08: gnu: Add texlive-hyphen-pali.
Date: Mon, 13 Jan 2020 18:19:26 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 737ac0b7dafba31fee03bfd8618c8a5db5ef4521
Author: Marius Bakke <address@hidden>
AuthorDate: Fri Jan 10 23:05:07 2020 +0100

    gnu: Add texlive-hyphen-pali.
    
    * gnu/packages/tex.scm (texlive-hyphen-pali): New public variable.
---
 gnu/packages/tex.scm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index c9b211e..4acdc3b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1959,6 +1959,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-pali
+  (package
+    (inherit (texlive-hyphen-package
+              "texlive-hyphen-pali" "pi"
+              (list "/tex/generic/hyph-utf8/patterns/tex/hyph-pi.tex")
+              (base32
+               "1fak853s4ijdqgrnhwymaq1lh8jab3qfyxapdmf6qpg6bqd20kxq")))
+    (synopsis "Panjabi hyphenation patterns")
+    (description "This package provides hyphenation patterns for Panjabi in
+T1/EC encoding.")
+    ;; Can be used with either license.
+    (license (list license:expat license:lgpl3+ license:gpl3+))))
+
 (define-public texlive-hyphen-piedmontese
   (package
     (inherit (texlive-hyphen-package



reply via email to

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