rekado pushed a commit to branch wip-texlive
in repository guix.
commit 6af09525b0eab847ff8621fe4b1a862fe89ba6e3
Author: Ricardo Wurmus <[email protected]>
Date: Sat Jul 13 12:58:21 2019 +0200
gnu: Add texlive-hyphen-portuguese.
* gnu/packages/tex.scm (texlive-hyphen-portuguese): 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 f8d45ca..44f0128 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2051,6 +2051,18 @@ Camillo Brero.")
and UTF-8 encodings.")
(license license:knuth)))
+(define-public texlive-hyphen-portuguese
+ (package
+ (inherit (texlive-hyphen-package
+ "texlive-hyphen-portuguese" "pt"
+ (list "/tex/generic/hyph-utf8/patterns/tex/hyph-pt.tex")
+ (base32
+ "1waxrmm33fd2qfc4kiaiblg8kwzasrvgq4j3l14z733d0hlg4rfz")))
+ (synopsis "Portuguese hyphenation patterns")
+ (description "This package provides hyphenation patterns for Portuguese in
+T1/EC and UTF-8 encodings.")
+ (license license:lppl)))
+
(define-public texlive-hyph-utf8
(package
(inherit (simple-texlive-package