summary refs log tree commit diff
path: root/pkgs/desktops/xfce/thunar-plugins/dropbox/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/xfce/thunar-plugins/dropbox/default.nix')
-rw-r--r--pkgs/desktops/xfce/thunar-plugins/dropbox/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/desktops/xfce/thunar-plugins/dropbox/default.nix b/pkgs/desktops/xfce/thunar-plugins/dropbox/default.nix
index 217cecf85a8..bbac9929ca8 100644
--- a/pkgs/desktops/xfce/thunar-plugins/dropbox/default.nix
+++ b/pkgs/desktops/xfce/thunar-plugins/dropbox/default.nix
@@ -1,6 +1,6 @@
 { stdenv, fetchurl, pkgconfig
-, gtk
-, thunar-bare, python2, hicolor-icon-theme
+, gtk2
+, thunar, python2, hicolor-icon-theme
 , wafHook
 }:
 
@@ -17,8 +17,8 @@ stdenv.mkDerivation rec {
 
   nativeBuildInputs = [ pkgconfig wafHook ];
   buildInputs = [
-    gtk
-    thunar-bare python2 hicolor-icon-theme
+    gtk2
+    thunar python2 hicolor-icon-theme
   ];
 
   enableParallelBuilding = true;