* __currentSystem is evil.

svn path=/nixpkgs/trunk/; revision=6899
This commit is contained in:
Eelco Dolstra 2006-10-29 00:05:17 +00:00
parent 0b78c04601
commit f0a239989e

View File

@ -48,6 +48,7 @@ rec {
stdenvNix = (import ./nix) (rec {
stdenv = if system == "i686-darwin" then stdenvDarwin else stdenvNative; # !!! hack
pkgs = allPackages {
inherit system;
bootStdenv = removeAttrs stdenv ["gcc"]; # Hack
noSysDirs = false;
};