mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
c5ae065596
commit
d5e593b5a9
1 changed files with 2 additions and 0 deletions
|
@ -2069,6 +2069,7 @@ games.")
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
(list alsa-lib
|
(list alsa-lib
|
||||||
|
bash-minimal
|
||||||
bullet
|
bullet
|
||||||
freetype-with-brotli
|
freetype-with-brotli
|
||||||
glew
|
glew
|
||||||
|
@ -2312,6 +2313,7 @@ scripted in a Python-like language.")
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
(list alsa-lib
|
(list alsa-lib
|
||||||
|
bash-minimal
|
||||||
brotli
|
brotli
|
||||||
dbus
|
dbus
|
||||||
embree
|
embree
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue