guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/07: gnu: gnome-tweaks: Add bash-minimal as an input.


From: guix-commits
Subject: 03/07: gnu: gnome-tweaks: Add bash-minimal as an input.
Date: Mon, 15 Nov 2021 06:11:34 -0500 (EST)

civodul pushed a commit to branch core-updates-frozen
in repository guix.

commit b699a4f186f58210b276e252e723988f9f3db71d
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Tue Nov 9 23:01:45 2021 +0000

    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>
---
 gnu/packages/gnome.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 9d1a1c2..6eae993 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]