guix-commits
[Top][All Lists]
Advanced

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

392/402: gnu: gnome-terminal: Enable gnome shell search provider.


From: guix-commits
Subject: 392/402: gnu: gnome-terminal: Enable gnome shell search provider.
Date: Tue, 18 Aug 2020 16:48:35 -0400 (EDT)

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

commit bfe9b1939df534eff9ccf93b97baeb3ea6bb6d59
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 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)



reply via email to

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