mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add sbcl-mcclim-layouts-tab.
* gnu/packages/lisp-xyz.scm (sbcl-mcclim-layouts-tab): New variable.
This commit is contained in:
parent
5d2abf9f27
commit
e88754626f
1 changed files with 11 additions and 0 deletions
|
@ -13224,3 +13224,14 @@ specification}, a toolkit for writing GUIs in Common Lisp.")
|
|||
`(("clim-basic" ,sbcl-clim-basic)))
|
||||
(arguments
|
||||
'(#:asd-file "Extensions/conditional-commands/conditional-commands.asd"))))
|
||||
|
||||
(define-public sbcl-mcclim-layouts-tab
|
||||
(package
|
||||
(inherit sbcl-clim-lisp)
|
||||
(name "sbcl-mcclim-layouts-tab")
|
||||
(inputs
|
||||
`(("clim" ,sbcl-clim)
|
||||
("swank" ,cl-slime-swank))) ; For drei-mcclim
|
||||
(arguments
|
||||
'(#:asd-file "Extensions/layouts/mcclim-layouts.asd"
|
||||
#:asd-system-name "mcclim-layouts/tab"))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue