diff options
author | Vivien Kraus <vivien@planete-kraus.eu> | 2021-11-09 23:01:45 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-11-15 10:35:04 +0100 |
commit | b699a4f186f58210b276e252e723988f9f3db71d (patch) | |
tree | 13355aee0cc18da39d650b42091d587d5460509d /gnu | |
parent | 7978b6454bdb4636807caa30681b62de9880e344 (diff) | |
download | guix-b699a4f186f58210b276e252e723988f9f3db71d.tar.gz guix-b699a4f186f58210b276e252e723988f9f3db71d.zip |
gnu: gnome-tweaks: Add bash-minimal as an input.
* gnu/packages/gnome.scm (gnome-tweaks)[inputs]: Add bash-minimal.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 9d1a1c25ce..6eae993e36 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -9877,7 +9877,8 @@ existing databases over the internet.") ("intltool" ,intltool) ("pkg-config" ,pkg-config))) (inputs - `(("gnome-desktop" ,gnome-desktop) + `(("bash-minimal" ,bash-minimal) ; to execute the wrapper program + ("gnome-desktop" ,gnome-desktop) ("gtk+" ,gtk+) ("gobject-introspection" ,gobject-introspection) ("gsettings-desktop-schemas" ,gsettings-desktop-schemas) |