add x86_64 stdenv based on stdenvNative

svn path=/nixpkgs/trunk/; revision=18649
This commit is contained in:
Rob Vermaas 2009-11-26 15:16:42 +00:00
parent 0db7aaca02
commit 5af066c31c

View File

@ -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;
}