3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: Add texlive-hyphen-bulgarian.

* gnu/packages/tex.scm (texlive-hyphen-bulgarian): New variable.
This commit is contained in:
Ricardo Wurmus 2019-07-13 12:53:12 +02:00
parent 922667967c
commit 7ffc31058c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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