mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add sbcl-persistent.
* gnu/packages/lisp-xyz.scm (sbcl-persistent): New variable.
This commit is contained in:
parent
49abb68760
commit
720c838709
1 changed files with 9 additions and 0 deletions
|
@ -12801,3 +12801,12 @@ specification}, a toolkit for writing GUIs in Common Lisp.")
|
||||||
`())
|
`())
|
||||||
(arguments
|
(arguments
|
||||||
'(#:asd-file "Libraries/Drei/cl-automaton/automaton.asd"))))
|
'(#:asd-file "Libraries/Drei/cl-automaton/automaton.asd"))))
|
||||||
|
|
||||||
|
(define-public sbcl-persistent
|
||||||
|
(package
|
||||||
|
(inherit sbcl-clim-lisp)
|
||||||
|
(name "sbcl-persistent")
|
||||||
|
(inputs
|
||||||
|
`())
|
||||||
|
(arguments
|
||||||
|
'(#:asd-file "Libraries/Drei/Persistent/persistent.asd"))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue