diff options
author | Maxime Devos <maximedevos@telenet.be> | 2021-07-02 12:12:58 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:42:43 +0200 |
commit | 7fb5b4cf0ded82fd5170c09fbda57c435fa82a86 (patch) | |
tree | b0c31f67f62bf142d70a833a53cc7b0a12afcfb3 | |
parent | 5e7f57ee56730043940b3525dbc5e051d60192ad (diff) | |
download | guix-7fb5b4cf0ded82fd5170c09fbda57c435fa82a86.tar.gz guix-7fb5b4cf0ded82fd5170c09fbda57c435fa82a86.zip |
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 <maxim.cournoyer@gmail.com>
Change-Id: I74d6baab414734e6feb30b6dc5b6da82f80920a7
-rw-r--r-- | gnu/packages/gnome-xyz.scm | 1 |
1 files changed, 1 insertions, 0 deletions
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 |