* Doh.
svn path=/nixpkgs/trunk/; revision=6839
This commit is contained in:
parent
7d5de08c1c
commit
c8b1035c4f
@ -26,7 +26,7 @@ let
|
|||||||
|
|
||||||
inherit (pkgsDiet)
|
inherit (pkgsDiet)
|
||||||
coreutils findutils diffutils gnugrep
|
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
|
gnused = pkgsDiet.gnused412; # 4.1.5 gives "Memory exhausted" errors
|
||||||
|
|
||||||
@ -46,8 +46,6 @@ let
|
|||||||
then pkgsDiet.gawk
|
then pkgsDiet.gawk
|
||||||
else pkgsStatic.gawk;
|
else pkgsStatic.gawk;
|
||||||
|
|
||||||
binutils = pkgsDiet.binutils217;
|
|
||||||
|
|
||||||
gcc = import ../../development/compilers/gcc-4.1 {
|
gcc = import ../../development/compilers/gcc-4.1 {
|
||||||
inherit (pkgs) fetchurl stdenv;
|
inherit (pkgs) fetchurl stdenv;
|
||||||
noSysDirs = true;
|
noSysDirs = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user