Add `gnumakeNix' attribute for GNU Make with `nix-log2xml' support.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13055
This commit is contained in:
parent
b43d4f87db
commit
64a6c823fc
|
@ -2264,6 +2264,12 @@ let
|
|||
log2xmlSupport = getConfig [ "gnuMake" "log2xmlSupport" ] true;
|
||||
};
|
||||
|
||||
# The modified version of GNU Make with support for `nix-log2xml'.
|
||||
gnumakeNix = import ../development/tools/build-managers/gnumake {
|
||||
inherit fetchurl stdenv;
|
||||
log2xmlSupport = true;
|
||||
};
|
||||
|
||||
gnumake380 = import ../development/tools/build-managers/gnumake-3.80 {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue