guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch wip-desktop updated: gnu: gnome-terminal: Enable gnome shell sear


From: guix-commits
Subject: branch wip-desktop updated: gnu: gnome-terminal: Enable gnome shell search provider.
Date: Mon, 17 Aug 2020 07:43:01 -0400

This is an automated email from the git hooks/post-receive script.

dannym pushed a commit to branch wip-desktop
in repository guix.

The following commit(s) were added to refs/heads/wip-desktop by this push:
     new f34f5dd  gnu: gnome-terminal: Enable gnome shell search provider.
f34f5dd is described below

commit f34f5dd1f3f84bf0868e79558f41dcb4bda00129
Author: Raghav Gururajan <raghavgururajan@disroot.org>
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 <dannym@scratchpost.org>
---
 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 aaffaa2..579c287 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]