gnu: Add texlive-translation-chemsym-de.

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

View file

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