mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-07 19:15:36 +03:00
* __currentSystem is evil.
svn path=/nixpkgs/trunk/; revision=6899
This commit is contained in:
parent
0b78c04601
commit
f0a239989e
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue