rekado pushed a commit to branch wip-texlive
in repository guix.
commit 4c669acf1c80ab85077bf90420bf0e9a17f448f3
Author: Ricardo Wurmus <[email protected]>
Date: Sat Jul 13 12:56:21 2019 +0200
gnu: Add texlive-hyphen-hungarian.
* gnu/packages/tex.scm (texlive-hyphen-hungarian): New variable.
---
gnu/packages/tex.scm | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 614a771..20ee9d6 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1824,6 +1824,20 @@ Swiss German.")
in monotonic and polytonic spelling in LGR and UTF-8 encodings.")
(license license:lppl)))
+(define-public texlive-hyphen-hungarian
+ (package
+ (inherit (texlive-hyphen-package
+ "texlive-hyphen-hungarian" "hu"
+ (list "/doc/generic/huhyphen/"
+ "/doc/generic/hyph-utf8/hu/"
+ "/tex/generic/hyph-utf8/patterns/tex/hyph-hu.tex")
+ (base32
+ "0c81w2569cqsi4j56azwz0lfx16541zhiqgmn3m4iwh7mpx3rji8")))
+ (synopsis "Hyphenation patterns for Hungarian")
+ (description "This package provides hyphenation patterns for Hungarian in
+T1/EC and UTF-8 encodings.")
+ (license license:gpl2)))
+
(define-public texlive-hyph-utf8
(package
(inherit (simple-texlive-package