guix-commits
[Top][All Lists]
Advanced

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

37/110: gnu: Add texlive-hyphen-friulan.


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

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

commit 8ea760f703a709b5045cd7be0ca46ad2c36ad9dc
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jul 13 12:55:38 2019 +0200

    gnu: Add texlive-hyphen-friulan.
    
    * gnu/packages/tex.scm (texlive-hyphen-friulan): 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 ebd91b9..1414efb 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1720,6 +1720,18 @@ T1/EC and UTF-8 encodings.")
 T1/EC and UTF-8 encodings.")
     (license license:expat)))
 
+(define-public texlive-hyphen-friulan
+  (package
+    (inherit (texlive-hyphen-package
+              "texlive-hyphen-friulan" "fur"
+              (list "/tex/generic/hyph-utf8/patterns/tex/hyph-fur.tex")
+              (base32
+               "07m975p0ghzs9sjqqgxy7qdkqmgvg4rx4xp08zwm1parqsdlwd5d")))
+    (synopsis "Hyphenation patterns for Friulan")
+    (description "The package provides hyphenation patterns for Friulan in
+ASCII encodings.")
+    (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]