gnu: Add sbcl-automaton.
* gnu/packages/lisp-xyz.scm (sbcl-automaton): New variable.
This commit is contained in:
parent
7cdfd92e8d
commit
49abb68760
1 changed files with 9 additions and 0 deletions
|
@ -12792,3 +12792,12 @@ (define-public sbcl-mcclim-fonts
|
|||
`(("clim-basic" ,sbcl-clim-basic)))
|
||||
(arguments
|
||||
'(#:asd-file "Extensions/fonts/mcclim-fonts.asd"))))
|
||||
|
||||
(define-public sbcl-automaton
|
||||
(package
|
||||
(inherit sbcl-clim-lisp)
|
||||
(name "sbcl-automaton")
|
||||
(inputs
|
||||
`())
|
||||
(arguments
|
||||
'(#:asd-file "Libraries/Drei/cl-automaton/automaton.asd"))))
|
||||
|
|
Loading…
Reference in a new issue