mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03: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;
|
++ stdenv.lib.optional doCheck perl;
|
||||||
propagatedBuildInputs = [ m4 ];
|
propagatedBuildInputs = [ m4 ];
|
||||||
|
|
||||||
|
M4 = "m4";
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user