diff --git a/pkgs/stdenv/default.nix b/pkgs/stdenv/default.nix index 7f44037c701..37fd7532811 100644 --- a/pkgs/stdenv/default.nix +++ b/pkgs/stdenv/default.nix @@ -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; }