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