From 6367e48225302ef5932011ec6831f08fa9d67afa Mon Sep 17 00:00:00 2001 From: Jude Taylor Date: Mon, 28 Sep 2015 09:41:02 -0700 Subject: Revert "pop" This reverts commit 724e243159e4e0059699eb21f6761a760b9a2f49. This (clearly) should never have been committed, and is probably due to a failed stash pop on my part. --- pkgs/stdenv/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/stdenv') diff --git a/pkgs/stdenv/default.nix b/pkgs/stdenv/default.nix index da93229ce94c..71bdc3e8f829 100644 --- a/pkgs/stdenv/default.nix +++ b/pkgs/stdenv/default.nix @@ -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 stdenvDarwinPure else + if system == "x86_64-darwin" then stdenvDarwin else if system == "x86_64-solaris" then stdenvNix else if system == "i686-cygwin" then stdenvNative else if system == "x86_64-cygwin" then stdenvNative else -- cgit 1.4.1