rekado pushed a commit to branch wip-texlive
in repository guix.
commit 0dec8e07ea3dc661edefc1fa43967d869c00fcfa
Author: Ricardo Wurmus <[email protected]>
Date: Sat Jul 13 12:53:12 2019 +0200
gnu: Add texlive-hyphen-bulgarian.
* gnu/packages/tex.scm (texlive-hyphen-bulgarian): 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 952bce6..10ee91e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1490,6 +1490,20 @@ language.")
language.")
(license license:lppl)))
+(define-public texlive-hyphen-bulgarian
+ (package
+ (inherit (texlive-hyphen-package
+ "texlive-hyphen-bulgarian" "bg"
+ (list "/doc/generic/hyph-utf8/bg/azbukaExtended.pdf"
+ "/doc/generic/hyph-utf8/bg/azbukaExtended.tex"
+ "/tex/generic/hyph-utf8/patterns/tex/hyph-bg.tex")
+ (base32
+ "06dxkk9azsggbri04i6g62lswygzadsx3rpqvbyzvbxc5wxz1dj1")))
+ (synopsis "Hyphenation patterns for Bulgarian")
+ (description "The package provides hyphenation patterns for the Bulgarian
+language in T2A and UTF-8 encodings.")
+ (license license:lppl)))
+
(define-public texlive-hyph-utf8
(package