summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorMaxime Devos <maximedevos@telenet.be>2021-07-02 12:06:25 +0200
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-10-20 11:24:42 -0400
commit66b7d3b45b482a37d4bf8f787ce82a7efbcdadca (patch)
tree3a28de59050faa3e8a75a455127be23aa3fc1dd2 /gnu/packages
parentb1e9ad1d3fa4da7edd149214354d742bc3373044 (diff)
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 <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: Ie92d21eb3b788ce0eff68548e11a8952b77e0e7b
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/game-development.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index 69b5380598..6e7e5a0985 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -2021,6 +2021,7 @@ games.")
(list pkg-config))
(inputs
(list alsa-lib
+ bash-minimal
bullet
freetype
glew
@@ -2253,6 +2254,7 @@ scripted in a Python-like language.")
(list pkg-config))
(inputs
(list alsa-lib
+ bash-minimal
brotli
dbus
embree