guix-commits
[Top][All Lists]
Advanced

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

189/243: gnu: Add texlive-translation-moreverb-de.


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

ngz pushed a commit to branch master
in repository guix.

commit 7a93240d8d5f665ebf5dd0c2b226d85260672406
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 11 00:05:51 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 951e2a02e2..bfedde5907 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -36753,6 +36753,23 @@ BibLaTeX.")
      "This is a German translation of the @code{filecontents} documentation.")
     (license license:lppl)))
 
+(define-public texlive-translation-moreverb-de
+  (package
+    (name "texlive-translation-moreverb-de")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/translation-moreverb-de/")
+             (base32
+              "1jbpmvcm9q73kh09mhrbsb2wlycwwm4n8il342hz4jd15gwhmy8f")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/translation-moreverb-de";)
+    (synopsis "German version of @code{moreverb}")
+    (description
+     "This is a German translation of the @code{moreverb} documentation.")
+    (license license:lppl)))
+
 (define-public texlive-translations
   (package
     (name "texlive-translations")



reply via email to

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