diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-14 14:59:24 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-14 15:20:57 +0200 |
commit | 067a0bd25558bae1b40568b8cb0f0b9bb8cc7c07 (patch) | |
tree | 17dccffa8cf2413bbabb241310f2bd265a9a0692 /gnu | |
parent | c6e372f712b99f348aff21b7a07ce95774779b67 (diff) | |
download | guix-067a0bd25558bae1b40568b8cb0f0b9bb8cc7c07.tar.gz |
gnu: Add texlive-babel-bulgarian.
* gnu/packages/tex.scm (texlive-babel-bulgarian): New variable.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/tex.scm | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 79c79f5de5..311412f7ff 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -22784,6 +22784,26 @@ rules of its own; this package provides an appropriate selection of French and British typographic rules.") (license license:lppl1.3+))) +(define-public texlive-babel-bulgarian + (package + (name "texlive-babel-bulgarian") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/generic/babel-bulgarian/" + "source/generic/babel-bulgarian/" + "tex/generic/babel-bulgarian/") + (base32 + "065j31rl7r4x8krkwxhq0lwdkmbq90jr8666if4br36kw0g3kzv3"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/babel-bulgarian") + (synopsis "Babel contributed support for Bulgarian") + (description + "The package provides support for documents in Bulgarian (or simply +containing some Bulgarian text).") + (license license:lppl1.3+))) + (define-public texlive-babel-catalan (package (name "texlive-babel-catalan") |