mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-05 20:11:43 +03:00
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 {
|
||||
inherit fetchurl stdenv;
|
||||
log2xmlSupport = getConfig [ "gnuMake" "log2xmlSupport" ] true;
|
||||
log2xmlSupport = getConfig [ "gnuMake" "log2xmlSupport" ] false;
|
||||
};
|
||||
|
||||
# The modified version of GNU Make with support for `nix-log2xml'.
|
||||
|
Loading…
Reference in New Issue
Block a user