rekado pushed a commit to branch wip-texlive
in repository guix.
commit 143d396da49c90610b23f0b79ea566f2510818fb
Author: Ricardo Wurmus <[email protected]>
Date: Sat Jul 13 12:56:55 2019 +0200
gnu: Add texlive-hyphen-interlingua.
* gnu/packages/tex.scm (texlive-hyphen-interlingua): 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 851857e..7d30c85 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1887,6 +1887,18 @@ Indonesian (Bahasa Indonesia) in ASCII encoding. They
are probably also
usable for Malay (Bahasa Melayu).")
(license license:lppl)))
+(define-public texlive-hyphen-interlingua
+ (package
+ (inherit (texlive-hyphen-package
+ "texlive-hyphen-interlingua" "ia"
+ (list "/tex/generic/hyph-utf8/patterns/tex/hyph-ia.tex")
+ (base32
+ "1aihgma3rix4jkc1z5k1lh6hlfrncn66yj0givd3j6xjqflafr2g")))
+ (synopsis "Interlingua hyphenation patterns")
+ (description "This package provides hyphenation patterns for Interlingua
+in ASCII encoding.")
+ (license license:lppl)))
+
(define-public texlive-hyph-utf8
(package
(inherit (simple-texlive-package