From 9394b9f1a100cc7ecdf024c0c525e535b0301cd3 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 17 Dec 2021 08:57:30 -0500 Subject: Remove dependence on SDL2_image and use our own JPEG/PNG loading. --- guix.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'guix.scm') diff --git a/guix.scm b/guix.scm index 295ae85..d079ebd 100644 --- a/guix.scm +++ b/guix.scm @@ -108,12 +108,12 @@ #:phases (modify-phases %standard-phases (add-after 'unpack 'bootstrap - (lambda _ - (zero? (system* "sh" "bootstrap"))))))) + (lambda _ + (zero? (system* "sh" "bootstrap"))))))) (native-inputs (list autoconf automake pkg-config texinfo)) (inputs - (list target-guile sdl2 sdl2-image)) + (list target-guile sdl2)) (synopsis "Guile bindings for SDL2") (description "Guile-sdl2 provides pure Guile Scheme bindings to the SDL2 C shared library via the foreign function interface.") -- cgit v1.2.3