gnu: texlive-babel-french: Refresh package definition.
* gnu/packages/tex.scm (texlive-babel-french): Remove SIMPLE-TEXLIVE-PACKAGE call.
This commit is contained in:
parent
b52ef783c1
commit
c79a2f0f50
1 changed files with 18 additions and 24 deletions
|
@ -4760,30 +4760,24 @@ Canadian and USA text.")
|
||||||
(define-deprecated-package texlive-generic-babel-english texlive-babel-english)
|
(define-deprecated-package texlive-generic-babel-english texlive-babel-english)
|
||||||
|
|
||||||
(define-public texlive-babel-french
|
(define-public texlive-babel-french
|
||||||
(let ((template
|
(package
|
||||||
(simple-texlive-package
|
(name "texlive-babel-french")
|
||||||
"texlive-babel-french"
|
(version (number->string %texlive-revision))
|
||||||
(list "doc/generic/babel-french/"
|
(source (texlive-origin
|
||||||
"source/generic/babel-french/"
|
name version
|
||||||
"tex/generic/babel-french/")
|
(list "doc/generic/babel-french/"
|
||||||
(base32 "0cgn4dq5wnlfh9wddjzxsf7p56pk29lyndg56zg6558y7xf67cw8"))))
|
"source/generic/babel-french/"
|
||||||
(package
|
"tex/generic/babel-french/")
|
||||||
(inherit template)
|
(base32
|
||||||
(outputs '("out" "doc"))
|
"0cgn4dq5wnlfh9wddjzxsf7p56pk29lyndg56zg6558y7xf67cw8")))
|
||||||
(arguments
|
(outputs '("out" "doc"))
|
||||||
(substitute-keyword-arguments (package-arguments template)
|
(build-system texlive-build-system)
|
||||||
((#:tex-directory _ '())
|
(home-page "https://ctan.org/pkg/babel-french")
|
||||||
"generic/babel-french")
|
(synopsis "Babel contributed support for French")
|
||||||
((#:build-targets _ '())
|
(description
|
||||||
;; TODO: use dtx and build documentation.
|
"The package establishes French conventions in a document (or a subset of
|
||||||
'(list "frenchb.ins"))))
|
the conventions, if French is not the main language of the document).")
|
||||||
(home-page "https://ctan.org/macros/latex/contrib/babel-contrib/french")
|
(license license:lppl1.3+)))
|
||||||
(synopsis "Babel contributed support for French")
|
|
||||||
(description
|
|
||||||
"The package, formerly known as frenchb, establishes French conventions
|
|
||||||
in a document (or a subset of the conventions, if French is not the main
|
|
||||||
language of the document).")
|
|
||||||
(license license:lppl1.3+))))
|
|
||||||
|
|
||||||
(define-deprecated-package texlive-generic-babel-french texlive-babel-french)
|
(define-deprecated-package texlive-generic-babel-french texlive-babel-french)
|
||||||
|
|
||||||
|
|
Reference in a new issue