guix-commits
[Top][All Lists]
Advanced

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

163/243: gnu: Add texlive-german.


From: guix-commits
Subject: 163/243: gnu: Add texlive-german.
Date: Fri, 11 Aug 2023 08:46:07 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

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

    gnu: Add texlive-german.
    
    * gnu/packages/tex.scm (texlive-german): New variable.
---
 gnu/packages/tex.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 2f2842df0b..f4d59bb1d4 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -31476,6 +31476,26 @@ with the @code{blogdot} package from the 
@code{morehype} bundle, and HTML
 generation based on the @code{fifinddo} package.")
     (license license:lppl1.3+)))
 
+(define-public texlive-german
+  (package
+    (name "texlive-german")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/generic/german/"
+                   "source/generic/german/"
+                   "tex/generic/german/")
+             (base32
+              "0n17j7rc69kxgs3b2cyxjb8hsh6bc9aydxf90x98rdc2ardl9idg")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/german";)
+    (synopsis "Support for German typography")
+    (description
+     "This package provides supports the old German orthography (alte deutsche
+Rechtschreibung).")
+    (license license:lppl)))
+
 (define-public texlive-logreq
   (package
     (name "texlive-logreq")



reply via email to

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