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>
This commit is contained in:
Vivien Kraus 2021-11-09 23:01:45 +00:00 committed by Ludovic Courtès
parent 7978b6454b
commit b699a4f186
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -9877,7 +9877,8 @@ (define-public gnome-tweaks
("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)