summary refs log tree commit diff
path: root/pkgs/development/libraries/tide-support/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/tide-support/default.nix')
-rw-r--r--pkgs/development/libraries/tide-support/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/tide-support/default.nix b/pkgs/development/libraries/tide-support/default.nix
index a778535f362c..d30d316c0dc0 100644
--- a/pkgs/development/libraries/tide-support/default.nix
+++ b/pkgs/development/libraries/tide-support/default.nix
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
   };
 
   buildInputs = [aterm toolbuslib];
-  buildNativeInputs = [pkgconfig];    
+  nativeBuildInputs = [pkgconfig];    
 
   dontStrip = isMingw;
 }