mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: Add sbcl-conditional-commands.
* gnu/packages/lisp-xyz.scm (sbcl-conditional-commands): New variable.
This commit is contained in:
parent
92da537c41
commit
5d2abf9f27
1 changed files with 9 additions and 0 deletions
|
@ -13215,3 +13215,12 @@ (define-public sbcl-mcclim-bitmaps
|
||||||
("opticl" ,sbcl-opticl)))
|
("opticl" ,sbcl-opticl)))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:asd-file "Extensions/bitmap-formats/mcclim-bitmaps.asd"))))
|
'(#:asd-file "Extensions/bitmap-formats/mcclim-bitmaps.asd"))))
|
||||||
|
|
||||||
|
(define-public sbcl-conditional-commands
|
||||||
|
(package
|
||||||
|
(inherit sbcl-clim-lisp)
|
||||||
|
(name "sbcl-conditional-commands")
|
||||||
|
(inputs
|
||||||
|
`(("clim-basic" ,sbcl-clim-basic)))
|
||||||
|
(arguments
|
||||||
|
'(#:asd-file "Extensions/conditional-commands/conditional-commands.asd"))))
|
||||||
|
|
Loading…
Reference in a new issue