mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00: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:
parent
ad076fc3d5
commit
024a629e27
@ -12,6 +12,8 @@ stdenv.mkDerivation rec {
|
||||
++ stdenv.lib.optional doCheck perl;
|
||||
propagatedBuildInputs = [ m4 ];
|
||||
|
||||
M4 = "m4";
|
||||
|
||||
doCheck = true;
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user