guix-commits
[Top][All Lists]
Advanced

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

14/93: gnu: Add texlive-cweb-old.


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

ngz pushed a commit to branch master
in repository guix.

commit 187391a65f0d43e56558915526e5d6c4d2d01151
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 10:45:59 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 148ebb9437..c14e54561d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1482,6 +1482,22 @@ with a wide array of formats.  For the moment, it works 
out of the box with
 ConTeXt and LaTeX.")
     (license (list license:gpl3+ license:fdl1.3+))))
 
+(define-public texlive-cweb-old
+  (package
+    (name "texlive-cweb-old")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "tex/plain/cweb-old/")
+             (base32
+              "0vx235zpflqpnrfa9kqq7wmc1rylg5bw1r26knfzvh3w1swbp4ai")))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/cweb-old";)
+    (synopsis "Obsolete files from CWEB")
+    (description
+     "This package contains parts of CWEB that are no longer useful.")
+    (license license:knuth)))
+
 (define-public texlive-dosepsbin
   (package
     (name "texlive-dosepsbin")



reply via email to

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