From 7fb5b4cf0ded82fd5170c09fbda57c435fa82a86 Mon Sep 17 00:00:00 2001 From: Maxime Devos Date: Fri, 2 Jul 2021 12:12:58 +0200 Subject: 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 Change-Id: I74d6baab414734e6feb30b6dc5b6da82f80920a7 --- 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 e8f70f477e..a09c0befb0 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -791,6 +791,7 @@ faster window switching.") (inputs (list at-spi2-core + bash-minimal caribou evolution-data-server gjs -- cgit v1.2.3