diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-07-13 12:53:12 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-07-24 09:46:43 +0200 |
commit | 7ffc31058cde07b28cd5676f7e2016b480ef0ad5 (patch) | |
tree | 5c95c2b53a5430138bfb99027586b4c4f743b36f /gnu/packages/tex.scm | |
parent | 922667967c9012ffa53b0cb6eb8860e694f683ed (diff) | |
download | guix-7ffc31058cde07b28cd5676f7e2016b480ef0ad5.tar guix-7ffc31058cde07b28cd5676f7e2016b480ef0ad5.tar.gz |
gnu: Add texlive-hyphen-bulgarian.
* gnu/packages/tex.scm (texlive-hyphen-bulgarian): New variable.
Diffstat (limited to 'gnu/packages/tex.scm')
-rw-r--r-- | gnu/packages/tex.scm | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 31dd67e9e4..eaf201241a 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -1490,6 +1490,22 @@ language.") language.") (license license:expat))) +(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:non-copyleft + "file:///tex/generic/hyph-utf8/patterns/tex/hyph-bg.tex" + "Ancestral BSD variant")))) + (define-public texlive-hyph-utf8 (package |