gnu: Add texlive-translation-moreverb-de.
* gnu/packages/tex.scm (texlive-translation-moreverb-de): New variable.
parent
6acc334ba0
commit
7a93240d8d
|
@ -36753,6 +36753,23 @@ BibLaTeX.")
|
||||||
"This is a German translation of the @code{filecontents} documentation.")
|
"This is a German translation of the @code{filecontents} documentation.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-translation-moreverb-de
|
||||||
|
(package
|
||||||
|
(name "texlive-translation-moreverb-de")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/translation-moreverb-de/")
|
||||||
|
(base32
|
||||||
|
"1jbpmvcm9q73kh09mhrbsb2wlycwwm4n8il342hz4jd15gwhmy8f")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/translation-moreverb-de")
|
||||||
|
(synopsis "German version of @code{moreverb}")
|
||||||
|
(description
|
||||||
|
"This is a German translation of the @code{moreverb} documentation.")
|
||||||
|
(license license:lppl)))
|
||||||
|
|
||||||
(define-public texlive-translations
|
(define-public texlive-translations
|
||||||
(package
|
(package
|
||||||
(name "texlive-translations")
|
(name "texlive-translations")
|
||||||
|
|
Reference in New Issue