mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: Add texlive-babel-malay.
* gnu/packages/tex.scm (texlive-babel-malay): New variable.
This commit is contained in:
parent
3a110142c9
commit
de31d18ded
1 changed files with 18 additions and 0 deletions
|
@ -24322,6 +24322,24 @@ (define-public texlive-babel-macedonian
|
|||
Cyrillic, in Babel.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-babel-malay
|
||||
(package
|
||||
(name "texlive-babel-malay")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/generic/babel-malay/"
|
||||
"source/generic/babel-malay/"
|
||||
"tex/generic/babel-malay/")
|
||||
(base32
|
||||
"1gbjrsf4drmrplhwl0avpzv5yfyb30znhza4pxk704i1khabnwzk")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/babel-malay")
|
||||
(synopsis "Support for Malay within Babel")
|
||||
(description "This is the Babel style for Malay.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-babel-occitan
|
||||
(package
|
||||
(name "texlive-babel-occitan")
|
||||
|
|
Loading…
Reference in a new issue