forked from mirrors/nixpkgs
add x86_64 stdenv based on stdenvNative
svn path=/nixpkgs/trunk/; revision=18649
This commit is contained in:
parent
0db7aaca02
commit
5af066c31c
|
@ -57,5 +57,6 @@ rec {
|
|||
if stdenvType == "powerpc-linux" then /* stdenvLinux */ stdenvNative else
|
||||
if stdenvType == "i686-mingw" then stdenvMinGW else
|
||||
if stdenvType == "i686-darwin" then stdenvNix else
|
||||
if stdenvType == "x86_64-darwin" then stdenvNix else
|
||||
stdenvNative;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue