Use gnumakeNix' instead of gnumake' in `stdenv'.

svn path=/nixpkgs/branches/stdenv-updates/; revision=13056
This commit is contained in:
Ludovic Courtès
2008-10-13 09:06:04 +00:00
parent 64a6c823fc
commit 36debce744
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -217,7 +217,7 @@ rec {
inherit (stdenvLinuxBoot2Pkgs) binutils /* gcc */ glibc;
inherit (stdenvLinuxBoot3Pkgs)
gzip bzip2 bash coreutils diffutils findutils gawk
gnumake gnused gnutar gnugrep patch patchelf
gnumakeNix gnused gnutar gnugrep patch patchelf
attr acl;
};
};