about summary refs log tree commit diff
path: root/pkgs/applications/video/screenkey
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2019-02-13 22:47:50 +0100
committerJan Tojnar <jtojnar@gmail.com>2019-02-14 02:31:15 +0100
commit606ceda352de9830cc5e01c169571e742d88fb15 (patch)
treecbd513b0d2a7402d9aa9f83fa6c80597d2e55cb0 /pkgs/applications/video/screenkey
parente27fa435f7dd15506e96ee6b794b447998e77997 (diff)
downloadnixlib-606ceda352de9830cc5e01c169571e742d88fb15.tar
nixlib-606ceda352de9830cc5e01c169571e742d88fb15.tar.gz
nixlib-606ceda352de9830cc5e01c169571e742d88fb15.tar.bz2
nixlib-606ceda352de9830cc5e01c169571e742d88fb15.tar.lz
nixlib-606ceda352de9830cc5e01c169571e742d88fb15.tar.xz
nixlib-606ceda352de9830cc5e01c169571e742d88fb15.tar.zst
nixlib-606ceda352de9830cc5e01c169571e742d88fb15.zip
gnome3: stop using aliases
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
   ];