Make GNU Make's nix-log2xml' support optional via
getConfig'.
svn path=/nixpkgs/trunk/; revision=12335
This commit is contained in:
parent
cbc9ca34b5
commit
942199655b
@ -2102,10 +2102,10 @@ let pkgs = rec {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
gnumake = useFromStdenv "gnumake"
|
||||
(import ../development/tools/build-managers/gnumake {
|
||||
inherit fetchurl stdenv;
|
||||
});
|
||||
gnumake = import ../development/tools/build-managers/gnumake {
|
||||
inherit fetchurl stdenv;
|
||||
log2xmlSupport = getConfig [ "gnuMake" "log2xmlSupport" ] true;
|
||||
};
|
||||
|
||||
gnumake380 = import ../development/tools/build-managers/gnumake-3.80 {
|
||||
inherit fetchurl stdenv;
|
||||
|
Loading…
Reference in New Issue
Block a user