GNU Make: Disable `nix-log2xml' support by default.

svn path=/nixpkgs/branches/stdenv-updates/; revision=13057
This commit is contained in:
Ludovic Courtès 2008-10-13 09:06:50 +00:00
parent 36debce744
commit a2b9febb42

View File

@ -2261,7 +2261,7 @@ let
gnumake = import ../development/tools/build-managers/gnumake {
inherit fetchurl stdenv;
log2xmlSupport = getConfig [ "gnuMake" "log2xmlSupport" ] true;
log2xmlSupport = getConfig [ "gnuMake" "log2xmlSupport" ] false;
};
# The modified version of GNU Make with support for `nix-log2xml'.