gnu: Add clasp-assertion-error.

* gnu/packages/lisp-check.scm (clasp-assertion-error): New variable.

Change-Id: I27ef8d729025341a76c0cd4f55f94474e566aa87
This commit is contained in:
jgart 2025-06-29 15:18:31 -04:00
parent da825d1064
commit 4f91cf9ace
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -127,6 +127,9 @@ minimal dependencies on DISSECT.")
(define-public ecl-assertion-error
(sbcl-package->ecl-package sbcl-assertion-error))
(define-public clasp-assertion-error
(sbcl-package->clasp-package sbcl-assertion-error))
(define-public cl-assertion-error
(sbcl-package->cl-source-package sbcl-assertion-error))