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

svn path=/nixpkgs/trunk/; revision=30226
This commit is contained in:
Michael Raskin 2011-11-04 16:55:47 +00:00
parent d48ca86dd9
commit 78070477bf

View File

@ -11,7 +11,7 @@ stdenv.mkDerivation {
sha256 = "0ysff249mwhq0053bw3hxh58djc0gy7vjan2z1krrf9n5d5vvv0b";
};
buildInputs = [yacc];
propagatedBuildInputs = [m4];
propagatedBuildNativeInputs = [m4];
meta = {
description = "A fast lexical analyser generator";