summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Neidhardt <mail@ambrevar.xyz>2022-07-06 11:12:04 +0200
committerPierre Neidhardt <mail@ambrevar.xyz>2022-07-06 11:13:20 +0200
commit932bf7b293f8c9ee59579d1cc05c36578946818e (patch)
treea22016b426fc6afafb55961e0d15b5bf3215a33d
parentbf22d0d03843a8a40cff012b08204958aedab0e9 (diff)
downloadguix-932bf7b293f8c9ee59579d1cc05c36578946818e.tar.gz
guix-932bf7b293f8c9ee59579d1cc05c36578946818e.tar.xz
gnu: sbcl-sketch: Include examples.
* gnu/packages/lisp-xyz.scm (sbcl-sketch)[arguments]: Add sketch-examples to asd-systems.
-rw-r--r--gnu/packages/lisp-xyz.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 3d39f536b7..6b13358b26 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -22491,6 +22491,8 @@ objects.")
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