summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2020-10-04 20:42:47 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2020-10-04 20:42:47 -0400
commit78f2065ad0fd92d3ba3f8d26143a78175783df89 (patch)
treef26ae3783640bc80f39c2a2690cfee5856f39327
parent6b164ea31f6ae140dce3b420656a3013a3408e0a (diff)
Update guix.scm.
-rw-r--r--guix.scm12
1 files changed, 6 insertions, 6 deletions
diff --git a/guix.scm b/guix.scm
index 37a8f74..41901fc 100644
--- a/guix.scm
+++ b/guix.scm
@@ -38,7 +38,7 @@
(guix build-system gnu)
(guix download)
(guix git-download)
- (guix licenses)
+ ((guix licenses) #:prefix license:)
(guix packages)
(guix utils)
(gnu packages)
@@ -125,10 +125,10 @@
(description "Guile-sdl2 provides pure Guile Scheme bindings to the
SDL2 C shared library via the foreign function interface.")
(home-page "https://git.dthompson.us/guile-sdl2.git")
- (license lgpl3+))))
+ (license license:lgpl3+))))
(define chickadee
- (let ((commit "85c32e4c1302a3c37a1ebb4cf7b4888affdc4f61"))
+ (let ((commit "5ff661f1e191ce486000b727d6c979779e24efe8"))
(package
(name "chickadee")
(version (string-append "0.5.0-1." (string-take commit 7)))
@@ -139,7 +139,7 @@ SDL2 C shared library via the foreign function interface.")
(commit commit)))
(sha256
(base32
- "1f9vjd18k7iixmz48z3l6zdc4apg489m9i6rpfljadp9wy3ws5py"))))
+ "1fr22ilnvxld4npsvdw79gsgnhn8a8rl7g0bd5kp3bqz7ldy5d43"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags '("GUILE_AUTO_COMPILE=0")
@@ -167,7 +167,7 @@ SDL2 C shared library via the foreign function interface.")
Scheme. It contains all of the basic components needed to develop
2D/3D video games.")
(home-page "https://dthompson.us/projects/chickadee.html")
- (license gpl3+))))
+ (license license:gpl3+))))
(package
(name "starling")
@@ -187,4 +187,4 @@ Scheme. It contains all of the basic components needed to develop
(synopsis "Game engine for Scheme programmers")
(description "Starling is a game engine written in Guile Scheme.")
(home-page "https://dthompson.us/projects/chickadee.html")
- (license gpl3+))
+ (license license:gpl3+))