mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06: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 @@ which allows users to view a desktop computing environment.")
|
|||
python-six
|
||||
vala))
|
||||
(inputs
|
||||
(list cyrus-sasl
|
||||
(list bash-minimal
|
||||
cyrus-sasl
|
||||
glib-networking
|
||||
gobject-introspection
|
||||
json-glib
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue