guix-commits
[Top][All Lists]
Advanced

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

27/243: gnu: Add texlive-impatient.


From: guix-commits
Subject: 27/243: gnu: Add texlive-impatient.
Date: Fri, 11 Aug 2023 08:45:29 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 5dd9b4d057bfab8045e825f42135dad8b3161039
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 12:12:06 2023 +0200

    gnu: Add texlive-impatient.
    
    * gnu/packages/tex.scm (texlive-impatient): 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 2c39971720..822945e43c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4261,6 +4261,23 @@ existing SIunits set.")
 when using for open intervals.")
     (license license:lppl1.3+)))
 
+(define-public texlive-impatient
+  (package
+    (name "texlive-impatient")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/plain/impatient/")
+             (base32
+              "03cjl3lg7k7p4h8drw7vcbw6ymgmm2clv6sgfs3hdixs8dmab1b2")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/impatient";)
+    (synopsis "@emph{TeX for the Impatient} book")
+    (description
+     "@emph{TeX for the Impatient} is a book on TeX, Plain TeX and Eplain.")
+    (license license:fdl1.3+)))
+
 (define-public texlive-includernw
   (package
     (name "texlive-includernw")



reply via email to

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