gnu: gnome-terminal: Enable gnome shell search provider.

* gnu/packages/gnome.scm (gnome-terminal) [inputs]: Add gnome-shell.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
Raghav Gururajan 2020-08-17 04:55:54 -04:00 committed by Danny Milosavljevic
parent 50e28ad87c
commit e4b1078393
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -5671,8 +5671,7 @@ (define-public gnome-terminal
(inputs
`(("dconf" ,dconf)
("glib" ,glib)
;; To be enabled.
;; ("gnome-shell-search-provider" ,gnome-shell)
("gnome-shell-search-provider" ,gnome-shell)
("gtk+" ,gtk+)
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
("libnautilus-extension" ,nautilus)