summaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm6
1 files changed, 3 insertions, 3 deletions
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.")