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
+2 -2
View File
@@ -10,7 +10,7 @@ let
# dietlibc.
pkgsToRemove =
[ "binutils" "gcc" "coreutils" "findutils" "diffutils" "gnused" "gnugrep"
"gawk" "gnutar" "gzip" "bzip2" "gnumake" "bash" "patch" "patchelf"
"gawk" "gnutar" "gzip" "bzip2" "gnumakeNix" "bash" "patch" "patchelf"
];
pkgsDiet = import ../../top-level/all-packages.nix {
@@ -28,7 +28,7 @@ let
inherit (pkgsDiet)
coreutils diffutils gnugrep
gzip bzip2 gnumake bash patch binutils curl;
gzip bzip2 gnumakeNix bash patch binutils curl;
findutils = pkgsDiet.findutils4227; # 4.2.28 is broken