* Bison: use an absolute path to M4. Otherwise Bison will silently
fail (due to a SIGPIPE) if M4 isn't installed. svn path=/nixpkgs/branches/stdenv-updates/; revision=33772
This commit is contained in:
parent
8f60696e06
commit
65ddcaa3ed
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
||||
++ stdenv.lib.optional doCheck perl;
|
||||
propagatedBuildInputs = [ m4 ];
|
||||
|
||||
M4 = "m4";
|
||||
M4 = "${m4}/bin/m4";
|
||||
|
||||
doCheck = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user