apteryx pushed a commit to branch core-updates
in repository guix.
commit 70d42cde1903c3f5a11524d91e7a392e6f220b7c
Author: Maxime Devos <[email protected]>
AuthorDate: Fri Jul 2 12:12:58 2021 +0200
gnu: gnome-shell-extension-gsconnect: Add 'bash' input.
It is required by 'wrap-program' when cross-compilation.
* gnu/packages/gnome-xyz.scm
(gnome-shell-extension-gsconnect)[inputs]: Add 'bash-minimal'.
Signed-off-by: Maxim Cournoyer <[email protected]>
---
gnu/packages/gnome-xyz.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 8b5dc3030e..e693459a3f 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -823,6 +823,7 @@ faster window switching.")
#t))))))
(inputs
`(("at-spi2-core" ,at-spi2-core)
+ ("bash" ,bash-minimal) ; for wrap-program
("caribou" ,caribou)
("evolution-data-server" ,evolution-data-server)
("gjs" ,gjs)