switch stdenvs

This commit is contained in:
Jude Taylor 2015-10-02 12:26:33 -07:00
parent a4db37c4e9
commit df3d54e3bb

View file

@ -54,7 +54,7 @@ rec {
if system == "armv7l-linux" then stdenvLinux else
if system == "mips64el-linux" then stdenvLinux else
if system == "powerpc-linux" then /* stdenvLinux */ stdenvNative else
if system == "x86_64-darwin" then stdenvDarwin else
if system == "x86_64-darwin" then stdenvDarwinPure else
if system == "x86_64-solaris" then stdenvNix else
if system == "i686-cygwin" then stdenvNative else
if system == "x86_64-cygwin" then stdenvNative else