From 5dd9b4d057bfab8045e825f42135dad8b3161039 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 4 Aug 2023 12:12:06 +0200 Subject: [PATCH] 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")