me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-translation-europecv-de.

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

View File

@ -36719,6 +36719,23 @@ BibLaTeX.")
"This is a German translation of the manual for @code{enumitem}.")
(license license:lppl)))
(define-public texlive-translation-europecv-de
(package
(name "texlive-translation-europecv-de")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/translation-europecv-de/")
(base32
"0n3x8g6k3qq3f4drkhzygz4khxyw6isgxmz963xqp91s0y667gws")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/translation-europecv-de")
(synopsis "German version of @code{europecv}")
(description
"This is a German translation of the @code{europecv} documentation.")
(license license:lppl)))
(define-public texlive-translations
(package
(name "texlive-translations")