gnu: Add texlive-translation-biblatex-de.

* gnu/packages/tex.scm (texlive-translation-biblatex-de): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-11 00:04:28 +02:00
parent 5914025151
commit 83bba7f9ae
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -36651,6 +36651,24 @@ may be used under LaTeX and plain TeX.")
"This is a German translation of the @code{arsclassica} documentation.")
(license license:lppl)))
(define-public texlive-translation-biblatex-de
(package
(name "texlive-translation-biblatex-de")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/translation-biblatex-de/")
(base32
"1ygbz7prjg6pdiqm7lknnk8a9ar05xvpdam38piivif3d3yk5bg1")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/translation-biblatex-de")
(synopsis "German translation of the User Guide for BibLaTeX")
(description
"This package provides a German translation of the User Guide for
BibLaTeX.")
(license license:lppl)))
(define-public texlive-translations
(package
(name "texlive-translations")