mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-28 06:01:04 +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 {
|
stdenvNix = (import ./nix) (rec {
|
||||||
stdenv = if system == "i686-darwin" then stdenvDarwin else stdenvNative; # !!! hack
|
stdenv = if system == "i686-darwin" then stdenvDarwin else stdenvNative; # !!! hack
|
||||||
pkgs = allPackages {
|
pkgs = allPackages {
|
||||||
|
inherit system;
|
||||||
bootStdenv = removeAttrs stdenv ["gcc"]; # Hack
|
bootStdenv = removeAttrs stdenv ["gcc"]; # Hack
|
||||||
noSysDirs = false;
|
noSysDirs = false;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user