mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
* __currentSystem is evil.
svn path=/nixpkgs/trunk/; revision=6899
This commit is contained in:
parent
0b78c04601
commit
f0a239989e
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user