gnu: Add texlive-hyphen-portuguese.
authorRicardo Wurmus <rekado@elephly.net>
Sat, 13 Jul 2019 10:58:21 +0000 (12:58 +0200)
committerRicardo Wurmus <rekado@elephly.net>
Wed, 24 Jul 2019 07:46:46 +0000 (09:46 +0200)
* gnu/packages/tex.scm (texlive-hyphen-portuguese): New variable.

gnu/packages/tex.scm

index debd7e4..aea120d 100644 (file)
@@ -2066,6 +2066,18 @@ and UTF-8 encodings.")
     ;; No differing license declared, so we choose the project license.
     (license license:lppl)))
 
+(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:bsd-3)))
+
 (define-public texlive-hyph-utf8
   (package
     (inherit (simple-texlive-package