mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -05:00
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:
parent
7978b6454b
commit
b699a4f186
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue