From f1f5fa31282f184649733157f56d63255944952e Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Tue, 9 Nov 2021 23:01:45 +0000 Subject: [PATCH 3/5] gnu: gnome-tweaks: Add bash-minimal as an input. * gnu/packages/gnome.scm (gnome-tweaks)[inputs]: Add bash-minimal. --- gnu/packages/gnome.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 05750ea365..fabeed03bd 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -9806,7 +9806,9 @@ (define-public gnome-tweaks ("libsoup" ,libsoup) ("nautilus" ,nautilus) ("python" ,python) - ("python-pygobject" ,python-pygobject))) + ("python-pygobject" ,python-pygobject) + ;; So that the wrapper program can be executed + ("bash-minimal" ,bash-minimal))) (synopsis "Customize advanced GNOME 3 options") (home-page "https://wiki.gnome.org/Apps/Tweaks") (description -- 2.33.1