about summary refs log tree commit diff
path: root/pkgs/stdenv
diff options
context:
space:
mode:
authorJude Taylor <me@jude.bio>2015-09-28 09:41:02 -0700
committerJude Taylor <me@jude.bio>2015-09-28 09:41:02 -0700
commit6367e48225302ef5932011ec6831f08fa9d67afa (patch)
tree5db6bb750600eb3f3b33a93b8b1d829c757f9214 /pkgs/stdenv
parent638f24cc93e8bb1f088d27ab02fdbcf1593ffa6c (diff)
downloadnixlib-6367e48225302ef5932011ec6831f08fa9d67afa.tar
nixlib-6367e48225302ef5932011ec6831f08fa9d67afa.tar.gz
nixlib-6367e48225302ef5932011ec6831f08fa9d67afa.tar.bz2
nixlib-6367e48225302ef5932011ec6831f08fa9d67afa.tar.lz
nixlib-6367e48225302ef5932011ec6831f08fa9d67afa.tar.xz
nixlib-6367e48225302ef5932011ec6831f08fa9d67afa.tar.zst
nixlib-6367e48225302ef5932011ec6831f08fa9d67afa.zip
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.
Diffstat (limited to 'pkgs/stdenv')
-rw-r--r--pkgs/stdenv/default.nix2
1 files changed, 1 insertions, 1 deletions
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