the statically linked gcc in stdenv/nix-linux-somewhere is b0rken

svn path=/nixpkgs/trunk/; revision=1721
This commit is contained in:
Armijn Hemel 2004-11-08 14:03:10 +00:00
parent a44af44555
commit 6cd30c57d0

View File

@ -277,7 +277,7 @@ rec {
inherit stdenv; inherit stdenv;
}; };
gcc_static = (import ../stdenv/nix-linux/gcc-static) { gcc_static = (import ../development/compilers/gcc-static-3.4) {
inherit fetchurl stdenv; inherit fetchurl stdenv;
}; };