gnu: Add sbcl-clim.
* gnu/packages/lisp-xyz.scm (sbcl-clim): New variable.
This commit is contained in:
		
							parent
							
								
									b2f63ae605
								
							
						
					
					
						commit
						0ee4e6ef36
					
				
					 1 changed files with 11 additions and 0 deletions
				
			
		|  | @ -12827,3 +12827,14 @@ specification}, a toolkit for writing GUIs in Common Lisp.") | |||
|        ("swank" ,cl-slime-swank))) | ||||
|     (arguments | ||||
|      '(#:asd-file "Libraries/Drei/drei-mcclim.asd")))) | ||||
| 
 | ||||
| (define-public sbcl-clim | ||||
|   (package | ||||
|     (inherit sbcl-clim-lisp) | ||||
|     (name "sbcl-clim") | ||||
|     (inputs | ||||
|      `(("clim-core" ,sbcl-clim-core) | ||||
|        ("drei-mcclim" ,sbcl-drei-mcclim) | ||||
|        ("swank" ,cl-slime-swank))) ; For drei-mcclim | ||||
|     (arguments | ||||
|      '(#:asd-file "Core/clim/clim.asd")))) | ||||
|  |  | |||
		Reference in a new issue