guix-commits
[Top][All Lists]
Advanced

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

19/93: gnu: Add texlive-eijkhout.


From: guix-commits
Subject: 19/93: gnu: Add texlive-eijkhout.
Date: Thu, 20 Jul 2023 05:21:15 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 0b2a07c101216b8ef56b84444fb49061a6abccfa
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 10:47:48 2023 +0200

    gnu: Add texlive-eijkhout.
    
    * gnu/packages/tex.scm (texlive-eijkhout): 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 3d59146b6d..3e7a51a013 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2327,6 +2327,26 @@ optionally be replaced with graphics paths so that 
applications that do not
 support SVG fonts are enabled to render the graphics properly.")
     (license license:gpl3+)))
 
+(define-public texlive-eijkhout
+  (package
+    (name "texlive-eijkhout")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "tex/generic/eijkhout/")
+             (base32
+              "00y3y01jpgzww1x6zjh748hpvizlrbgrv04p8aq3cm2pzs0g17qk")))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/eijkhout";)
+    (synopsis "Victor Eijkhout's packages")
+    (description
+     "The package provides three unrelated tools: @code{DB_process}, to parse
+and process database output; @code{CD_labeler}, to typeset user text to fit on
+a CD label; and @code{repeat}, a nestable, generic loop macro.")
+    (license
+     (list license:gpl2+                ;CD_labeler and DB_process.tex
+           license:lppl))))             ;repeat.tex
+
 (define-public texlive-findhyph
   (package
     (name "texlive-findhyph")



reply via email to

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