dannym pushed a commit to branch wip-desktop
in repository guix.
commit 079389b379a96f8ff84a58a799ca2031e5958264
Author: Raghav Gururajan <[email protected]>
AuthorDate: Mon Aug 17 04:55:54 2020 -0400
gnu: gnome-terminal: Enable gnome shell search provider.
* gnu/packages/gnome.scm (gnome-terminal) [inputs]: Add gnome-shell.
Signed-off-by: Danny Milosavljevic <[email protected]>
---
gnu/packages/gnome.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 88b9746..04c073d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5723,8 +5723,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)