summary refs log tree commit diff
path: root/pkgs/development/tools/parsing
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2011-11-04 16:54:04 +0000
committerMichael Raskin <7c6f434c@mail.ru>2011-11-04 16:54:04 +0000
commitd48ca86dd9e8249ac61901774185dcae877f4bc6 (patch)
tree36eb8c75d449a300e31c582ed95cb96ef6b4fac3 /pkgs/development/tools/parsing
parent6d9179983be7da32e22fad76fdc5a5cdb07710c8 (diff)
Given that this version is the dependency of OpenSSH, fix cross-build.
svn path=/nixpkgs/trunk/; revision=30225
Diffstat (limited to 'pkgs/development/tools/parsing')
-rw-r--r--pkgs/development/tools/parsing/bison/bison-2.4.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/parsing/bison/bison-2.4.nix b/pkgs/development/tools/parsing/bison/bison-2.4.nix
index 61ce9b895dbdd..a79a5e96381e6 100644
--- a/pkgs/development/tools/parsing/bison/bison-2.4.nix
+++ b/pkgs/development/tools/parsing/bison/bison-2.4.nix
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
     sha256 = "019s3pdzggb71g7p7dgajhh53gh0h6nfl4yrzrs0jzsc37ph4lwk";
   };
 
-  buildInputs = [m4];
+  buildNativeInputs = [m4];
 
   doCheck = true;