rekado pushed a commit to branch wip-texlive
in repository guix.
commit 8efe95e1c55477dda67eb079b2bad1ab37dc3e4a
Author: Ricardo Wurmus <[email protected]>
Date: Sat Jul 13 12:59:16 2019 +0200
gnu: Add texlive-hyphen-spanish.
* gnu/packages/tex.scm (texlive-hyphen-spanish): New variable.
---
gnu/packages/tex.scm | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 7c15d79..a712fdc 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2153,6 +2153,21 @@ T1/EC and UTF-8 encodings.")
T1/EC and UTF-8 encodings.")
(license license:lppl)))
+(define-public texlive-hyphen-spanish
+ (package
+ ;; The source files "eshyph-make.lua" and "eshyph.src" are provided to
+ ;; generate obsolete hyphenation patterns, which aren't included in a
+ ;; default TeX Live distribution, so we don't include them either.
+ (inherit (texlive-hyphen-package
+ "texlive-hyphen-spanish" "es"
+ (list "/tex/generic/hyph-utf8/patterns/tex/hyph-es.tex")
+ (base32
+ "0jgs0zzyk2wwrjbx2hqdh5qggrnik9xmsxygbfhlb7gdrcrs0mbj")))
+ (synopsis "Hyphenation patterns for Spanish")
+ (description "The package provides hyphenation patterns for Spanish in
+T1/EC and UTF-8 encodings.")
+ (license license:lppl)))
+
(define-public texlive-hyph-utf8
(package
(inherit (simple-texlive-package