guix-commits
[Top][All Lists]
Advanced

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

214/243: gnu: Add texlive-gustprog.


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

ngz pushed a commit to branch master
in repository guix.

commit 8891efc4007bf57b02a4df4c8ab50f401480b15c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 11 00:20:49 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 1119744905..bcf5fbfa25 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4635,6 +4635,25 @@ Polish bibliography and index styles, prepress and color 
separation, graphics
 manipulation, and tables.")
     (license (list license:knuth license:public-domain))))
 
+(define-public texlive-gustprog
+  (package
+    (name "texlive-gustprog")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/support/gustprog/")
+             (base32
+              "07qx4xvyqb4p0cx0macjgyg0pcxgcmdxmzfsx9ah5s0dqvminwrc")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/gustprog";)
+    (synopsis "Utility programs for Polish users of TeX")
+    (description
+     "This package provides utility programs for Polish users of TeX.  These
+programs are provided as sources, not installed in the @file{bin}
+directories.")
+    (license license:public-domain)))
+
 (define-public texlive-happy4th
   (package
     (name "texlive-happy4th")



reply via email to

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