1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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 = {