From d5e593b5a9ac56e8875a20413c1117869d49813a Mon Sep 17 00:00:00 2001 From: Maxime Devos Date: Fri, 2 Jul 2021 12:06:25 +0200 Subject: gnu: game-development: Add 'bash' input for 'wrap-program'. It is required for cross-compilation. * gnu/packages/game-development.scm (godot-lts)[inputs]: Add 'bash-minimal'. (godot)[inputs]: Likewise. Signed-off-by: Maxim Cournoyer Modified-by: Maxim Cournoyer Change-Id: Ie92d21eb3b788ce0eff68548e11a8952b77e0e7b --- gnu/packages/game-development.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index aa98013786..42570d59b6 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -2069,6 +2069,7 @@ games.") (list pkg-config)) (inputs (list alsa-lib + bash-minimal bullet freetype-with-brotli glew @@ -2312,6 +2313,7 @@ scripted in a Python-like language.") (list pkg-config)) (inputs (list alsa-lib + bash-minimal brotli dbus embree -- cgit v1.2.3