guix-commits
[Top][All Lists]
Advanced

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

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


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

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

commit 4cdf208b8f2e89ac547e08b195735f78a1a65b0a
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 | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 0bc46fa..9bf982f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1714,6 +1714,19 @@ T1/EC and UTF-8 encodings.")
     ;; TODO
     (license license:lppl)))
 
+(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.")
+    ;; TODO
+    (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]