mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 23:48:07 -05:00
gnu: Add texlive-babel-romansh.
* gnu/packages/tex.scm (texlive-babel-romansh): New variable.
This commit is contained in:
parent
28979ad8a7
commit
008243f8da
1 changed files with 22 additions and 0 deletions
|
@ -20613,6 +20613,28 @@ (define-public texlive-babel-romanian
|
|||
provided.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-babel-romansh
|
||||
(package
|
||||
(name "texlive-babel-romansh")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/generic/babel-romansh/"
|
||||
"source/generic/babel-romansh/"
|
||||
"tex/generic/babel-romansh/")
|
||||
(base32
|
||||
"08lc76yglblidg24s5ap9j0xmzbxgsfwcf9f6g1m4bwbqwkh089x")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(arguments (list #:tex-format "latex"))
|
||||
(native-inputs (list (texlive-updmap.cfg (list texlive-hypdoc))))
|
||||
(home-page "https://ctan.org/pkg/babel-romansh")
|
||||
(synopsis "Babel and Polyglossia support for the Romansh language")
|
||||
(description
|
||||
"The package provides a language description file that enables support of
|
||||
Romansh either with Babel or with Polyglossia.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-babel-slovak
|
||||
(package
|
||||
(name "texlive-babel-slovak")
|
||||
|
|
Loading…
Reference in a new issue