GNU Make: Disable `nix-log2xml' support by default.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13057
This commit is contained in:
parent
36debce744
commit
a2b9febb42
@ -2261,7 +2261,7 @@ let
|
|||||||
|
|
||||||
gnumake = import ../development/tools/build-managers/gnumake {
|
gnumake = import ../development/tools/build-managers/gnumake {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
log2xmlSupport = getConfig [ "gnuMake" "log2xmlSupport" ] true;
|
log2xmlSupport = getConfig [ "gnuMake" "log2xmlSupport" ] false;
|
||||||
};
|
};
|
||||||
|
|
||||||
# The modified version of GNU Make with support for `nix-log2xml'.
|
# The modified version of GNU Make with support for `nix-log2xml'.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user