diff options
author | Raghav Gururajan <raghavgururajan@disroot.org> | 2020-08-17 04:55:54 -0400 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2020-08-19 19:04:08 +0200 |
commit | e4b107839364499be04d3c8604cc915c5ac5799e (patch) | |
tree | d50206431491c93e07e79de80de6a741b5ea1ff3 | |
parent | 50e28ad87cf6098ed8f30c250328a76d3e171a65 (diff) | |
download | guix-e4b107839364499be04d3c8604cc915c5ac5799e.tar.gz |
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>
-rw-r--r-- | gnu/packages/gnome.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index a84887b0d9..9d20946105 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5671,8 +5671,7 @@ more fun.") (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) |