~ruther/guix-local

d5e593b5a9ac56e8875a20413c1117869d49813a — Maxime Devos 4 years ago c5ae065
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
1 files changed, 2 insertions(+), 0 deletions(-)

M gnu/packages/game-development.scm
M gnu/packages/game-development.scm => gnu/packages/game-development.scm +2 -0
@@ 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