me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-translation-ecv-de.

* gnu/packages/tex.scm (texlive-translation-ecv-de): New variable.
Nicolas Goaziou 2023-08-11 00:04:52 +02:00
parent 91f0d29c47
commit ea5bfed9cb
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 16 additions and 0 deletions

View File

@ -36686,6 +36686,22 @@ BibLaTeX.")
"This is a German translation of the @code{chemsym} documentation.")
(license license:lppl)))
(define-public texlive-translation-ecv-de
(package
(name "texlive-translation-ecv-de")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/translation-ecv-de/")
(base32
"06b4vhsgdphi6kdh5x4a2kl74b64z3y5qzxcpkn0hj40038z1av7")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/translation-ecv-de")
(synopsis "@code{ecv} documentation, in German")
(description "This is a German translation of the @code{ecv} documentation.")
(license license:lppl)))
(define-public texlive-translations
(package
(name "texlive-translations")