mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: spice: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation. * gnu/packages/spice.scm (spice-gtk)[inputs]: Add 'bash-minimal'. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: I86e832ca0151c462eb7ed8fe622d68e5ccc18ccb
This commit is contained in:
parent
ec40ab60b0
commit
dc09170a54
1 changed files with 2 additions and 1 deletions
|
@ -194,7 +194,8 @@ (define-public spice-gtk
|
||||||
python-six
|
python-six
|
||||||
vala))
|
vala))
|
||||||
(inputs
|
(inputs
|
||||||
(list cyrus-sasl
|
(list bash-minimal
|
||||||
|
cyrus-sasl
|
||||||
glib-networking
|
glib-networking
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
json-glib
|
json-glib
|
||||||
|
|
Loading…
Reference in a new issue