mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-07 14:07:03 +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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue