summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2022-09-26 15:23:55 -0400
committerDavid Thompson <dthompson2@worcester.edu>2022-09-26 15:23:55 -0400
commit6dd38c3a19b3d748990f702c41c446d40391712e (patch)
treeb0fa9b1d2216482a2d3fd210c141aeedd8d4490d
parent460a164bd99033f130e390fe1274480cf7c39c2c (diff)
Update guix.scm.
-rw-r--r--guix.scm10
1 files changed, 6 insertions, 4 deletions
diff --git a/guix.scm b/guix.scm
index 619e81f..4b58214 100644
--- a/guix.scm
+++ b/guix.scm
@@ -92,7 +92,7 @@
(invoke "autoreconf" "-vfi")))))))))
(define guile-sdl2
- (let ((commit "d31c27ac48f81a534b28531e3d5fa626890be59f"))
+ (let ((commit "678a2cdd5192ae038f1c1362a5ad0fef9c4b3a4e"))
(package
(name "guile-sdl2")
(version (string-append "0.7.0-1." (string-take commit 7)))
@@ -103,7 +103,7 @@
(commit commit)))
(sha256
(base32
- "16cgmsd9q6mr99s2bngcylcqbpq1gq5fp79m85r7ywny3cv0ivj1"))))
+ "03l5g96w24g1jy62cb0d62nc0amn4qww010zm7kzfmkjyfhfi1r0"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags '("GUILE_AUTO_COMPILE=0")
@@ -128,7 +128,7 @@ SDL2 C shared library via the foreign function interface.")
(license license:lgpl3+))))
(define chickadee
- (let ((commit "c22eda980c51db210bbe73f500e9f3fc3052a5f3"))
+ (let ((commit "40468f62ae07d5b1b2e2e58bfdeda8af4203fd93"))
(package
(name "chickadee")
(version (string-append "0.8.0-1." (string-take commit 7)))
@@ -139,7 +139,7 @@ SDL2 C shared library via the foreign function interface.")
(commit commit)))
(sha256
(base32
- "0prqg0rs6d7cbb3hrwfdgcqwvmxpgl7026bxabssy6y95q83621l"))))
+ "1ibd26ar887zl25fq9wjg77v8cqwi9agzh7y2q52gfb0s1spk2r6"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags '("GUILE_AUTO_COMPILE=0")
@@ -156,6 +156,8 @@ SDL2 C shared library via the foreign function interface.")
(inputs
`(("freetype" ,freetype)
("guile" ,target-guile)
+ ("libjpeg-turbo" ,libjpeg-turbo)
+ ("libpng" ,libpng)
("libvorbis" ,libvorbis)
("mpg123" ,mpg123)
("openal" ,openal)