rekado pushed a commit to branch wip-texlive
in repository guix.
commit 22b3c3fc5e1847d8628dcdb8059fc00fea42662c
Author: Ricardo Wurmus <[email protected]>
Date: Sat Jul 13 12:54:27 2019 +0200
gnu: Add texlive-hyphen-dutch.
* gnu/packages/tex.scm (texlive-hyphen-dutch): 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 a64a9a8..d8a9c08 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1589,6 +1589,18 @@ and UTF-8 encodings.")
T1/EC and UTF-8 encodings.")
(license license:lppl)))
+(define-public texlive-hyphen-dutch
+ (package
+ (inherit (texlive-hyphen-package
+ "texlive-hyphen-dutch" "nl"
+ (list "/tex/generic/hyph-utf8/patterns/tex/hyph-nl.tex")
+ (base32
+ "0cq46cmgjc4y2x0xs9b0a5zca3jmszv4rkzmrhgjb5z2nm3xkrpi")))
+ (synopsis "Hyphenation patterns for Dutch")
+ (description "The package provides hyphenation patterns for Dutch in T1/EC
+and UTF-8 encodings.")
+ (license license:lppl)))
+
(define-public texlive-hyph-utf8
(package
(inherit (simple-texlive-package