mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add clasp-lisp-unit.
* gnu/packages/lisp-check.scm (clasp-lisp-unit): New variable. Change-Id: I972e0cec63919d8c9c2c793a84fc6c1ff85aae05
This commit is contained in:
parent
13d37cbcb5
commit
2cd0016328
1 changed files with 3 additions and 0 deletions
|
@ -712,6 +712,9 @@ testing. It is an extension of the library written by Chris Riesbeck.")
|
|||
(define-public ecl-lisp-unit
|
||||
(sbcl-package->ecl-package sbcl-lisp-unit))
|
||||
|
||||
(define-public clasp-lisp-unit
|
||||
(sbcl-package->clasp-package sbcl-lisp-unit))
|
||||
|
||||
(define-public sbcl-lisp-unit2
|
||||
;; There is a cyclical dependency between symbol-munger and lisp-unit2.
|
||||
;; See https://github.com/AccelerationNet/symbol-munger/issues/4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue