guix-commits
[Top][All Lists]
Advanced

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

255/265: gnu: gnome-terminal: Enable gnome shell search provider.


From: guix-commits
Subject: 255/265: gnu: gnome-terminal: Enable gnome shell search provider.
Date: Wed, 19 Aug 2020 13:09:51 -0400 (EDT)

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

commit e4b107839364499be04d3c8604cc915c5ac5799e
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 a84887b..9d20946 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)



reply via email to

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