Set the M4 env var, for some reason configure can't find it even though it's in PATH

svn path=/nixpkgs/branches/stdenv-updates/; revision=29545
This commit is contained in:
Shea Levy 2011-09-30 15:29:30 +00:00
parent ad076fc3d5
commit 024a629e27

View File

@ -12,6 +12,8 @@ stdenv.mkDerivation rec {
++ stdenv.lib.optional doCheck perl;
propagatedBuildInputs = [ m4 ];
M4 = "m4";
doCheck = true;
meta = {