mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: sbcl-sketch: Include examples.
* gnu/packages/lisp-xyz.scm (sbcl-sketch)[arguments]: Add sketch-examples to asd-systems.
This commit is contained in:
parent
bf22d0d038
commit
932bf7b293
1 changed files with 2 additions and 0 deletions
|
@ -22491,6 +22491,8 @@ (define-public sbcl-sketch
|
|||
sbcl-sdl2kit
|
||||
sbcl-split-sequence
|
||||
sbcl-static-vectors))
|
||||
(arguments
|
||||
'(#:asd-systems '("sketch" "sketch-examples")))
|
||||
(home-page "https://github.com/vydd/sketch")
|
||||
(synopsis "Creative framework for electronic art, visual design and more")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue