gnu: Add sbcl-mcclim-franz.
* gnu/packages/lisp-xyz.scm (sbcl-mcclim-franz): New variable.
This commit is contained in:
parent
efa88f9020
commit
9757de5dc6
1 changed files with 10 additions and 0 deletions
|
@ -13138,3 +13138,13 @@ specification}, a toolkit for writing GUIs in Common Lisp.")
|
||||||
(("mcclim-clx/freetype")
|
(("mcclim-clx/freetype")
|
||||||
"mcclim-clx-freetype"))
|
"mcclim-clx-freetype"))
|
||||||
#t)))))))
|
#t)))))))
|
||||||
|
|
||||||
|
(define-public sbcl-mcclim-franz
|
||||||
|
(package
|
||||||
|
(inherit sbcl-clim-lisp)
|
||||||
|
(name "sbcl-mcclim-franz")
|
||||||
|
(inputs
|
||||||
|
`(("clim" ,sbcl-clim)
|
||||||
|
("swank" ,cl-slime-swank))) ; For drei-mcclim
|
||||||
|
(arguments
|
||||||
|
'(#:asd-file "Extensions/Franz/mcclim-franz.asd"))))
|
||||||
|
|
Reference in a new issue