mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add clasp-confidence.
* gnu/packages/lisp-check.scm (clasp-confidence): New variable. Change-Id: I701b7886b585933e7aeab544f066008eb959d984
This commit is contained in:
parent
449f52c221
commit
56d6a8154f
1 changed files with 3 additions and 0 deletions
|
@ -424,6 +424,9 @@ without a complicated setup, and with explicit functions and decisions.")
|
||||||
(define-public cl-confidence
|
(define-public cl-confidence
|
||||||
(sbcl-package->cl-source-package sbcl-confidence))
|
(sbcl-package->cl-source-package sbcl-confidence))
|
||||||
|
|
||||||
|
(define-public clasp-confidence
|
||||||
|
(sbcl-package->clasp-package sbcl-confidence))
|
||||||
|
|
||||||
(define-public sbcl-eos
|
(define-public sbcl-eos
|
||||||
(let ((commit "b4413bccc4d142cbe1bf49516c3a0a22c9d99243")
|
(let ((commit "b4413bccc4d142cbe1bf49516c3a0a22c9d99243")
|
||||||
(revision "2"))
|
(revision "2"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue