rekado pushed a commit to branch wip-texlive
in repository guix.
commit 23579d1d5898d1e9874b86fc7023107ba4415938
Author: Ricardo Wurmus <[email protected]>
Date: Sat Jul 13 12:55:11 2019 +0200
gnu: Add texlive-hyphen-finnish.
* gnu/packages/tex.scm (texlive-hyphen-finnish): 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 7576c99..e12d56a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1696,6 +1696,18 @@ to be linguistically relevant in all cases and should,
for proper typography,
be replaced by files tailored to individual languages.")
(license license:lppl))))
+(define-public texlive-hyphen-finnish
+ (package
+ (inherit (texlive-hyphen-package
+ "texlive-hyphen-finnish" "fi"
+ (list "/tex/generic/hyph-utf8/patterns/tex/hyph-fi.tex")
+ (base32
+ "03n6s8dwwa5vfk9bbyhcdf7p0bc0d1rrr312hpgbz8jfc9fbgd7n")))
+ (synopsis "Hyphenation patterns for Finnish")
+ (description "The package provides hyphenation patterns for Finnish in
+T1/EC and UTF-8 encodings.")
+ (license license:public-domain)))
+
(define-public texlive-hyph-utf8
(package
(inherit (simple-texlive-package