about summary refs log tree commit diff
path: root/pkgs/applications/video/screenkey
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/video/screenkey')
-rw-r--r--pkgs/applications/video/screenkey/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/screenkey/default.nix b/pkgs/applications/video/screenkey/default.nix
index 6042f490dfa0..1671c3f14d00 100644
--- a/pkgs/applications/video/screenkey/default.nix
+++ b/pkgs/applications/video/screenkey/default.nix
@@ -9,7 +9,7 @@
 , libX11
 , libXtst
 , wrapGAppsHook
-, defaultIconTheme
+, gnome3
 , hicolor-icon-theme
 }:
 buildPythonApplication rec {
@@ -39,7 +39,7 @@ buildPythonApplication rec {
   ];
 
   buildInputs = [
-    defaultIconTheme
+    gnome3.adwaita-icon-theme
     hicolor-icon-theme
   ];