about summary refs log tree commit diff
path: root/pkgs/applications/window-managers/trayer/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/window-managers/trayer/default.nix')
-rw-r--r--pkgs/applications/window-managers/trayer/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/window-managers/trayer/default.nix b/pkgs/applications/window-managers/trayer/default.nix
index 79c73d80789f..020a7bbb3577 100644
--- a/pkgs/applications/window-managers/trayer/default.nix
+++ b/pkgs/applications/window-managers/trayer/default.nix
@@ -3,7 +3,8 @@
 stdenv.mkDerivation rec {
   name = "trayer-1.1.7";
 
-  buildInputs = [ pkgconfig gdk_pixbuf gtk2 ];
+  nativeBuildInputs = [ pkgconfig ];
+  buildInputs = [ gdk_pixbuf gtk2 ];
 
   src = fetchFromGitHub {
     owner = "sargon";