svn path=/nixpkgs/trunk/; revision=6839
This commit is contained in:
Eelco Dolstra 2006-10-25 07:48:59 +00:00
parent 7d5de08c1c
commit c8b1035c4f

View file

@ -26,7 +26,7 @@ let
inherit (pkgsDiet)
coreutils findutils diffutils gnugrep
gzip bzip2 gnumake bash patch;
gzip bzip2 gnumake bash patch binutils;
gnused = pkgsDiet.gnused412; # 4.1.5 gives "Memory exhausted" errors
@ -46,8 +46,6 @@ let
then pkgsDiet.gawk
else pkgsStatic.gawk;
binutils = pkgsDiet.binutils217;
gcc = import ../../development/compilers/gcc-4.1 {
inherit (pkgs) fetchurl stdenv;
noSysDirs = true;