guix-commits
[Top][All Lists]
Advanced

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

161/243: gnu: Add texlive-etoolbox-de.


From: guix-commits
Subject: 161/243: gnu: Add texlive-etoolbox-de.
Date: Fri, 11 Aug 2023 08:46:06 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 7df0e7bd74ce060c8318351836fb554af9173540
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 10 23:42:07 2023 +0200

    gnu: Add texlive-etoolbox-de.
    
    * gnu/packages/tex.scm (texlive-etoolbox-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 598548d68d..d114c0f106 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -31439,6 +31439,23 @@ a template for Austrian @emph{Diplomarbeiten} or 
@emph{Vorwissenschaftliche
 Arbeiten}, which are scientfic projects of students at a secondary school.")
     (license license:lppl1.3+)))
 
+(define-public texlive-etoolbox-de
+  (package
+    (name "texlive-etoolbox-de")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/etoolbox-de/")
+             (base32
+              "1vchha7ymvj51jfnvl76rxv466lzfpxr6xcvwafxhi78w4bk9yry")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/etoolbox-de";)
+    (synopsis "German translation of documentation of @code{etoolbox}")
+    (description "This package provides the German translation of
+@code{etoolbox} documentation.")
+    (license license:lppl)))
+
 (define-public texlive-logreq
   (package
     (name "texlive-logreq")



reply via email to

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