apteryx pushed a commit to branch core-updates
in repository guix.
commit 2241cb6212549ca6fee96c11623736280c19aa5e
Author: Maxime Devos <[email protected]>
AuthorDate: Fri Jul 2 12:07:18 2021 +0200
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 <[email protected]>
Change-Id: I86e832ca0151c462eb7ed8fe622d68e5ccc18ccb
---
gnu/packages/spice.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm
index d0cef54c1d..4e3d554f28 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -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