mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05: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 @@ (define-public godot-lts
|
|||
(list pkg-config))
|
||||
(inputs
|
||||
(list alsa-lib
|
||||
bash-minimal
|
||||
bullet
|
||||
freetype-with-brotli
|
||||
glew
|
||||
|
@ -2312,6 +2313,7 @@ (define-public godot
|
|||
(list pkg-config))
|
||||
(inputs
|
||||
(list alsa-lib
|
||||
bash-minimal
|
||||
brotli
|
||||
dbus
|
||||
embree
|
||||
|
|
Loading…
Reference in a new issue