gnu: Add texlive-generic-babel-french.

* gnu/packages/tex.scm (texlive-generic-babel-french): New variable.
This commit is contained in:
Nicolas Goaziou 2021-12-17 19:17:37 +01:00
parent e4f7df70b3
commit 21ec0c781b
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -3920,6 +3920,26 @@ (define-public texlive-generic-babel-english
for Canadian and USA text.") for Canadian and USA text.")
(license license:lppl1.3+))) (license license:lppl1.3+)))
(define-public texlive-generic-babel-french
(package
(name "texlive-generic-babel-french")
(version (number->string %texlive-revision))
(source
(origin
(method svn-fetch)
(uri (texlive-ref "generic" "babel-french"))
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32 "0ww8bkbccacdyp2y3p2m1y49zxx5pyh7dyyyyfmlzfm6w9rz0g1g"))))
(build-system texlive-build-system)
(arguments '(#:tex-directory "generic/babel-french"))
(home-page "https://www.ctan.org/pkg/babel-french")
(synopsis "Babel support for French")
(description
"This package provides support for the French language for the
babel multilingual system.")
(license license:lppl1.3+)))
(define-public texlive-generic-babel-german (define-public texlive-generic-babel-german
(package (package
(name "texlive-generic-babel-german") (name "texlive-generic-babel-german")