guix-commits
[Top][All Lists]
Advanced

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

188/243: gnu: Add texlive-translation-filecontents-de.


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

ngz pushed a commit to branch master
in repository guix.

commit 6acc334ba07ed020ec1afa2209d51c427cb58ff1
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 11 00:05:39 2023 +0200

    gnu: Add texlive-translation-filecontents-de.
    
    * gnu/packages/tex.scm (texlive-translation-filecontents-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 5d9e08d237..951e2a02e2 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -36736,6 +36736,23 @@ BibLaTeX.")
      "This is a German translation of the @code{europecv} documentation.")
     (license license:lppl)))
 
+(define-public texlive-translation-filecontents-de
+  (package
+    (name "texlive-translation-filecontents-de")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/translation-filecontents-de/")
+             (base32
+              "0d2ds8kc98yd1can0gzcngm7gsn2gwhriaxnnds5kz3z3al71gkc")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/translation-filecontents-de";)
+    (synopsis "German version of @code{filecontents}")
+    (description
+     "This is a German translation of the @code{filecontents} documentation.")
+    (license license:lppl)))
+
 (define-public texlive-translations
   (package
     (name "texlive-translations")



reply via email to

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