mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add clasp-unix-opts.
* gnu/packages/lisp-xyz.scm (clasp-unix-opts): New variable. Change-Id: Ie44bb0ba3ca2520e4b8bc3467203f1f61185cd1a
This commit is contained in:
parent
a20b32f552
commit
37fa45ac46
1 changed files with 3 additions and 0 deletions
|
@ -31860,6 +31860,9 @@ precisely controls the behavior of the parser via Common Lisp restarts.")
|
|||
(define-public ecl-unix-opts
|
||||
(sbcl-package->ecl-package sbcl-unix-opts))
|
||||
|
||||
(define-public clasp-unix-opts
|
||||
(sbcl-package->clasp-package sbcl-unix-opts))
|
||||
|
||||
(define-public sbcl-usocket
|
||||
(package
|
||||
(name "sbcl-usocket")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue