summaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm15
1 files changed, 4 insertions, 11 deletions
diff --git a/guix.scm b/guix.scm
index f02e2eb..da9368b 100644
--- a/guix.scm
+++ b/guix.scm
@@ -137,10 +137,10 @@ SDL2 C shared library via the foreign function interface.")
(license lgpl3+))))
(define chickadee
- (let ((commit "0436ff21bca02e382a980ba7a436878eebebd4a3"))
+ (let ((commit "fdecd79ef75c2565fda816d295ef92141da83dc3"))
(package
(name "chickadee")
- (version "0.1")
+ (version "0.4.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -148,7 +148,7 @@ SDL2 C shared library via the foreign function interface.")
(commit commit)))
(sha256
(base32
- "160pkr1v9gqhqm6ly1a2p22mkqrshd603ql0zg0521pajs29rs87"))))
+ "1crv21ksc2rp2zgiaw9b0hklfdxa3rdj5c4rrx5wsz03nxgalg58"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags '("GUILE_AUTO_COMPILE=0")
@@ -156,14 +156,7 @@ SDL2 C shared library via the foreign function interface.")
(modify-phases %standard-phases
(add-after 'unpack 'bootstrap
(lambda _
- (zero? (system* "sh" "bootstrap"))))
- (add-after 'configure 'patch-makefile
- (lambda _
- ;; Install compiled Guile files in
- ;; the expected place.
- (substitute* '("Makefile")
- (("^godir = .*$")
- "godir = $(moddir)\n")))))))
+ (zero? (system* "sh" "bootstrap")))))))
(native-inputs
`(("autoconf" ,autoconf)
("automake" ,automake)