From a2b9febb421a182c5b14f0e6a570bcb0f5b393dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 13 Oct 2008 09:06:50 +0000 Subject: [PATCH] GNU Make: Disable `nix-log2xml' support by default. svn path=/nixpkgs/branches/stdenv-updates/; revision=13057 --- pkgs/top-level/all-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 24c3a222bbf..6253b9fa409 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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'.