me
/
guix
Archived
1
0
Fork 0

gnu: Add sbcl-drei-mcclim.

* gnu/packages/lisp-xyz.scm (sbcl-drei-mcclim): New variable.
master
Guillaume Le Vaillant 2020-07-17 10:38:12 +02:00
parent 720c838709
commit b2f63ae605
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 17 additions and 0 deletions

View File

@ -12810,3 +12810,20 @@ specification}, a toolkit for writing GUIs in Common Lisp.")
`()) `())
(arguments (arguments
'(#:asd-file "Libraries/Drei/Persistent/persistent.asd")))) '(#:asd-file "Libraries/Drei/Persistent/persistent.asd"))))
(define-public sbcl-drei-mcclim
(package
(inherit sbcl-clim-lisp)
(name "sbcl-drei-mcclim")
(native-inputs
`(("fiveam" ,sbcl-fiveam)))
(inputs
`(("automaton" ,sbcl-automaton)
("clim-core" ,sbcl-clim-core)
("esa-mcclim" ,sbcl-esa-mcclim)
("flexichain" ,sbcl-flexichain)
("mcclim-fonts" ,sbcl-mcclim-fonts)
("persistent" ,sbcl-persistent)
("swank" ,cl-slime-swank)))
(arguments
'(#:asd-file "Libraries/Drei/drei-mcclim.asd"))))