From 3aaed194a553a745627d5f06f88b942b2dce2da1 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 3 Oct 2020 23:01:50 -0400 Subject: Update chickadee to latest commit. --- guix.scm | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'guix.scm') 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))) -- cgit v1.2.3