mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 02:29:24 -05:00
gnu: Add texlive-babel-bulgarian.
* gnu/packages/tex.scm (texlive-babel-bulgarian): New variable.
This commit is contained in:
parent
c6e372f712
commit
067a0bd255
1 changed files with 20 additions and 0 deletions
|
@ -22784,6 +22784,26 @@ (define-public texlive-babel-breton
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue