mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05: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
|
||||
vala))
|
||||
(inputs
|
||||
(list cyrus-sasl
|
||||
(list bash-minimal
|
||||
cyrus-sasl
|
||||
glib-networking
|
||||
gobject-introspection
|
||||
json-glib
|
||||
|
|
Loading…
Reference in a new issue