mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
gnu: Add texlive-generic-babel-french.
* gnu/packages/tex.scm (texlive-generic-babel-french): New variable.
This commit is contained in:
parent
e4f7df70b3
commit
21ec0c781b
1 changed files with 20 additions and 0 deletions
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue