mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add clasp-assertion-error.
* gnu/packages/lisp-check.scm (clasp-assertion-error): New variable. Change-Id: I27ef8d729025341a76c0cd4f55f94474e566aa87
This commit is contained in:
parent
da825d1064
commit
4f91cf9ace
1 changed files with 3 additions and 0 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue