From e44cbf37686da3fbcc64a30daf4a9b50f7f231eb Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Wed, 22 May 2024 23:32:56 +0200 Subject: [PATCH] fix typo in package code --- .guix/modules/bloatrunner.scm | 42 +++++++++++++++++------------------ 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/.guix/modules/bloatrunner.scm b/.guix/modules/bloatrunner.scm index bb23b4c..a5cc793 100644 --- a/.guix/modules/bloatrunner.scm +++ b/.guix/modules/bloatrunner.scm @@ -59,27 +59,27 @@ 'suffix) 1)) (objs (string-drop-right - - (string-append "/lib/guile/" effective - "/site-ccache:") - 'suffix) - 1))) - (wrap-program (string-append out "/bin/bloatrunner") - `("GUILE_LOAD_PATH" ":" prefix (,mods)) - `("GUILE_LOAD_COMPILED_PATH" ":" prefix (,objs)) - `("ASSET_DIR" ":" prefix (,(string-append out "/share/bloatrunner"))) - ))))) - )) - (native-inputs - (list autoconf automake pkg-config)) - (inputs - (list guile-3.0)) - (propagated-inputs - (list guile-chickadee)) - (synopsis "Loderunner inspired game") - (description "Small game written for the 2024 lisp game jam.") - (home-page "https://www.snamellit.com/projects/bloatrunner.html") - (license license:gpl3))) + (string-join deps + (string-append "/lib/guile/" effective + "/site-ccache:") + 'suffix) + 1))) + (wrap-program (string-append out "/bin/bloatrunner") + `("GUILE_LOAD_PATH" ":" prefix (,mods)) + `("GUILE_LOAD_COMPILED_PATH" ":" prefix (,objs)) + `("ASSET_DIR" ":" prefix (,(string-append out "/share/bloatrunner"))) + ))))) + )) + (native-inputs + (list autoconf automake pkg-config)) + (inputs + (list guile-3.0)) + (propagated-inputs + (list guile-chickadee)) + (synopsis "Loderunner inspired game") + (description "Small game written for the 2024 lisp game jam.") + (home-page "https://www.snamellit.com/projects/bloatrunner.html") + (license license:gpl3))) bloatrunner