guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

185/243: gnu: Add texlive-translation-ecv-de.


From: guix-commits
Subject: 185/243: gnu: Add texlive-translation-ecv-de.
Date: Fri, 11 Aug 2023 08:46:15 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit ea5bfed9cbdb2551e596db610160658e252208b5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 11 00:04:52 2023 +0200

    gnu: Add texlive-translation-ecv-de.
    
    * gnu/packages/tex.scm (texlive-translation-ecv-de): New variable.
---
 gnu/packages/tex.scm | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index ed69c03328..4f779c97c5 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]