summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/search
diff options
context:
space:
mode:
authorvolth <volth@volth.com>2019-03-09 11:41:12 +0000
committerworldofpeace <worldofpeace@users.noreply.github.com>2019-03-24 14:34:39 -0400
commit2be90ccb4faa99a2a8d71e21fa7090a3bc89c263 (patch)
treea48319266f945fb8b8871a15c031b250fed2078c /pkgs/applications/search
parent5bf6a1341764490f72b1849faac849b5d5fa021c (diff)
gnome3.gtk -> gtk3
fix evaluation when config.allowAliases == false (regression after #55735)
Diffstat (limited to 'pkgs/applications/search')
-rw-r--r--pkgs/applications/search/catfish/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/search/catfish/default.nix b/pkgs/applications/search/catfish/default.nix
index c2afda2d53d9..a0917d03ce11 100644
--- a/pkgs/applications/search/catfish/default.nix
+++ b/pkgs/applications/search/catfish/default.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, file, which, intltool, gobject-introspection,
- findutils, xdg_utils, gnome3, pythonPackages, hicolor-icon-theme,
+ findutils, xdg_utils, gnome3, gtk3, pythonPackages, hicolor-icon-theme,
wrapGAppsHook
}:
@@ -24,7 +24,7 @@ pythonPackages.buildPythonApplication rec {
];
buildInputs = [
- gnome3.gtk
+ gtk3
gnome3.dconf
pythonPackages.pyxdg
pythonPackages.ptyprocess