summaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2020-10-03 23:01:50 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2020-10-03 23:11:49 -0400
commit3aaed194a553a745627d5f06f88b942b2dce2da1 (patch)
tree2c43e2e4859fc8345c6ea5fb1f193853a5945509 /guix.scm
parent6e809066edb93ff6907cf342fd896cb554e232d6 (diff)
Update chickadee to latest commit.
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm20
1 files changed, 11 insertions, 9 deletions
diff --git a/guix.scm b/guix.scm
index d626105..37a8f74 100644
--- a/guix.scm
+++ b/guix.scm
@@ -44,14 +44,15 @@
(gnu packages)
(gnu packages audio)
(gnu packages autotools)
- (gnu packages pkg-config)
- (gnu packages texinfo)
- (gnu packages guile)
+ (gnu packages fontutils)
(gnu packages gl)
- (gnu packages sdl)
- (gnu packages mp3)
- (gnu packages maths)
+ (gnu packages guile)
(gnu packages image)
+ (gnu packages maths)
+ (gnu packages mp3)
+ (gnu packages pkg-config)
+ (gnu packages sdl)
+ (gnu packages texinfo)
(gnu packages xiph))
(define target-guile guile-3.0)
@@ -127,7 +128,7 @@ SDL2 C shared library via the foreign function interface.")
(license lgpl3+))))
(define chickadee
- (let ((commit "c2f39ea3e873ad9663c28c4c870ba47cda32497e"))
+ (let ((commit "85c32e4c1302a3c37a1ebb4cf7b4888affdc4f61"))
(package
(name "chickadee")
(version (string-append "0.5.0-1." (string-take commit 7)))
@@ -138,7 +139,7 @@ SDL2 C shared library via the foreign function interface.")
(commit commit)))
(sha256
(base32
- "0ibii5g0b6ax2ijmv7n44ly8fbi8jrycjkzmvhqfbym250g4rrfp"))))
+ "1f9vjd18k7iixmz48z3l6zdc4apg489m9i6rpfljadp9wy3ws5py"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags '("GUILE_AUTO_COMPILE=0")
@@ -153,7 +154,8 @@ SDL2 C shared library via the foreign function interface.")
("pkg-config" ,pkg-config)
("texinfo" ,texinfo)))
(inputs
- `(("guile" ,target-guile)
+ `(("freetype" ,freetype)
+ ("guile" ,target-guile)
("libvorbis" ,libvorbis)
("mpg123" ,mpg123)
("openal" ,openal)))