mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: Add texlive-babel-friulan.
* gnu/packages/tex.scm (texlive-babel-friulan): New variable.
This commit is contained in:
parent
da009073be
commit
1edd3c5fbb
1 changed files with 20 additions and 0 deletions
|
@ -20299,6 +20299,26 @@ (define-public texlive-babel-french
|
|||
|
||||
(define-deprecated-package texlive-generic-babel-french texlive-babel-french)
|
||||
|
||||
(define-public texlive-babel-friulan
|
||||
(package
|
||||
(name "texlive-babel-friulan")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/generic/babel-friulan/"
|
||||
"source/generic/babel-friulan/"
|
||||
"tex/generic/babel-friulan/")
|
||||
(base32
|
||||
"082xhr083hcbp0lqvkfj48hnqj4fa7x30vn6sk6v2f1g57zq9v69")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/babel-friulan")
|
||||
(synopsis "Babel and Polyglossia support for Friulan(Furlan)")
|
||||
(description
|
||||
"The package provides a language description file that enables support of
|
||||
Friulan either with Babel or with Polyglossia.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-babel-german
|
||||
(package
|
||||
(name "texlive-babel-german")
|
||||
|
|
Loading…
Reference in a new issue