mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 01:04:25 +00:00
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 New Issue
Block a user