guix-commits
[Top][All Lists]
Advanced

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

16/110: gnu: Add texlive-hyphen-afrikaans.


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

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

commit f3789f5db4ff4adffa7c7fcdcca08b56a28aefec
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Jul 9 11:30:58 2019 +0200

    gnu: Add texlive-hyphen-afrikaans.
    
    * gnu/packages/tex.scm (texlive-hyphen-afrikaans): 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 a00b1a8..b241bb0 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1359,6 +1359,18 @@ TeXbook, together with various supporting files (some 
also discussed in the
 book).")
     (license license:knuth)))
 
+(define-public texlive-hyphen-afrikaans
+  (package
+    (inherit (texlive-hyphen-package
+              "texlive-hyphen-afrikaans" "af"
+              (list "/tex/generic/hyph-utf8/patterns/tex/hyph-af.tex")
+              (base32
+               "1vb3jccqnn1pm0680yqx52kvz595fmxnwa0cbf8qman6zglsssiw")))
+    (synopsis "Hyphenation patterns for Afrikaans")
+    (description "The package provides hyphenation patterns for the Afrikaans
+language.")
+    (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]