me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-cweb-old.

* gnu/packages/tex.scm (texlive-cweb-old): New variable.
Nicolas Goaziou 2023-07-20 10:45:59 +02:00
parent 3adf1d1ac3
commit 187391a65f
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 16 additions and 0 deletions

View File

@ -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")