me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-translation-moreverb-de.

* gnu/packages/tex.scm (texlive-translation-moreverb-de): New variable.
Nicolas Goaziou 2023-08-11 00:05:51 +02:00
parent 6acc334ba0
commit 7a93240d8d
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 17 additions and 0 deletions

View File

@ -36753,6 +36753,23 @@ BibLaTeX.")
"This is a German translation of the @code{filecontents} documentation.")
(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
(package
(name "texlive-translations")