guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: sbcl-sketch: Include examples.


From: guix-commits
Subject: branch master updated: gnu: sbcl-sketch: Include examples.
Date: Wed, 06 Jul 2022 05:13:39 -0400

This is an automated email from the git hooks/post-receive script.

ambrevar pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 932bf7b293 gnu: sbcl-sketch: Include examples.
932bf7b293 is described below

commit 932bf7b293f8c9ee59579d1cc05c36578946818e
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Wed Jul 6 11:12:04 2022 +0200

    gnu: sbcl-sketch: Include examples.
    
    * gnu/packages/lisp-xyz.scm (sbcl-sketch)[arguments]: Add sketch-examples to
    asd-systems.
---
 gnu/packages/lisp-xyz.scm | 2 ++
 1 file changed, 2 insertions(+)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]