[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)
- branch core-updates-frozen updated (6cdf4e5 -> 4b28553), guix-commits, 2021/11/15
- 01/07: gnu: gnome-tweaks: Use libhandy 1., guix-commits, 2021/11/15
- 05/07: gnu: seahorse: Use libsoup 2., guix-commits, 2021/11/15
- 03/07: gnu: gnome-tweaks: Add bash-minimal as an input.,
guix-commits <=
- 07/07: news: Notify of Wayland support in GDM, guix-commits, 2021/11/15
- 04/07: gnu: gcr: Upgrade to 3.41.0., guix-commits, 2021/11/15
- 06/07: gnu: seahorse: Upgrade to 41.0., guix-commits, 2021/11/15
- 02/07: gnu: gnome-tweaks: Set the python path., guix-commits, 2021/11/15