gnu: Add texlive-babel-belarusian.
* gnu/packages/tex.scm (texlive-babel-belarusian): New variable.
This commit is contained in:
parent
bed6346556
commit
c6e372f712
1 changed files with 20 additions and 0 deletions
|
@ -22723,6 +22723,26 @@ Babel system).")
|
||||||
(description "The package establishes Basque conventions in a document.")
|
(description "The package establishes Basque conventions in a document.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-public texlive-babel-belarusian
|
||||||
|
(package
|
||||||
|
(name "texlive-babel-belarusian")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/generic/babel-belarusian/"
|
||||||
|
"source/generic/babel-belarusian/"
|
||||||
|
"tex/generic/babel-belarusian/")
|
||||||
|
(base32
|
||||||
|
"1055gyy9hab9whnr5c2p4i4yczkn5pwm0n54ylnnsl8wg8q58w1z")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/babel-belarusian")
|
||||||
|
(synopsis "Babel support for Belarusian")
|
||||||
|
(description
|
||||||
|
"The package provides support for use of Babel in documents written in
|
||||||
|
Belarusian.")
|
||||||
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
(define-public texlive-babel-bosnian
|
(define-public texlive-babel-bosnian
|
||||||
(package
|
(package
|
||||||
(name "texlive-babel-bosnian")
|
(name "texlive-babel-bosnian")
|
||||||
|
|
Reference in a new issue