me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-babel-italian.

* gnu/packages/tex.scm (texlive-babel-italian): New variable.
Nicolas Goaziou 2023-07-15 16:53:52 +02:00
parent 1a077b7ad9
commit d6aeac8ca5
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -9007,6 +9007,25 @@ German.")
Magyar (Hungarian) with Babel.") Magyar (Hungarian) with Babel.")
(license license:lppl))) (license license:lppl)))
(define-public texlive-babel-italian
(package
(name "texlive-babel-italian")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/babel-italian/"
"source/generic/babel-italian/"
"tex/generic/babel-italian/")
(base32
"04bj2igc4m59nsax2563dzkzk3f4rvfc8aph35x663a8rf70bvjy")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/babel-italian")
(synopsis "Babel support for Italian text")
(description "The package provides language definitions for use in
Babel.")
(license license:lppl1.3c)))
(define-public texlive-babel-swedish (define-public texlive-babel-swedish
(package (package
(name "texlive-babel-swedish") (name "texlive-babel-swedish")