Given that this version is the dependency of OpenSSH, fix cross-build.

svn path=/nixpkgs/trunk/; revision=30225
This commit is contained in:
Michael Raskin 2011-11-04 16:54:04 +00:00
parent 6d9179983b
commit d48ca86dd9

View File

@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "019s3pdzggb71g7p7dgajhh53gh0h6nfl4yrzrs0jzsc37ph4lwk";
};
buildInputs = [m4];
buildNativeInputs = [m4];
doCheck = true;