* Make the nested output patch in GNU Make runtime configurable (by

setting the NIX_INDENT_MAKE variable; disabled by default) so we
  don't need a separate gnumakeNix package.

svn path=/nixpkgs/branches/stdenv-updates/; revision=13807
This commit is contained in:
Eelco Dolstra
2009-01-19 18:49:58 +00:00
parent 72822ebbc0
commit 808bf6d34a
7 changed files with 52 additions and 49 deletions
+1 -1
View File
@@ -218,7 +218,7 @@ rec {
inherit (stdenvLinuxBoot2Pkgs) binutils /* gcc */ glibc;
inherit (stdenvLinuxBoot3Pkgs)
gzip bzip2 bash coreutils diffutils findutils gawk
gnumakeNix gnused gnutar gnugrep patch patchelf
gnumake gnused gnutar gnugrep patch patchelf
attr acl;
};
};