gnu: Add clasp-the-cost-of-nothing.

* gnu/packages/lisp-xyz.scm (clasp-the-cost-of-nothing): New variable.

Change-Id: I0acd82883f0b8eaf1121b26d959b809f4a58519a
This commit is contained in:
jgart 2025-07-01 11:12:49 -05:00
parent eee894e402
commit 0d2db888dd
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -30093,6 +30093,9 @@ determine the cost of certain actions on a given platform and implementation.")
(define-public ecl-the-cost-of-nothing
(sbcl-package->ecl-package sbcl-the-cost-of-nothing))
(define-public clasp-the-cost-of-nothing
(sbcl-package->clasp-package sbcl-the-cost-of-nothing))
(define-public sbcl-tooter
(let ((commit "76fbb36552b036ee84ec7fe4773616470b1ce4c2")
(revision "5"))