summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuka Blaskovic <lblasc@tvbeat.com>2020-01-18 19:13:10 +0000
committerworldofpeace <worldofpeace@protonmail.ch>2020-01-30 18:35:30 -0500
commitc206bf12abb5464d5c7ce74c67d7190c66589358 (patch)
treeeec7055365df5dd98e97cac74d01d75a7417d542
parent2d8d2c3fb8f472ea1ea0e9d259f79c5f62f56a1e (diff)
stdenv, darwin: fix setupHook location
-rw-r--r--pkgs/stdenv/darwin/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/stdenv/darwin/default.nix b/pkgs/stdenv/darwin/default.nix
index f73fca48b7a7..874b26ba89ee 100644
--- a/pkgs/stdenv/darwin/default.nix
+++ b/pkgs/stdenv/darwin/default.nix
@@ -165,7 +165,7 @@ in rec {
ln -s ${bootstrapTools}/include/c++ $out/include/c++
'';
linkCxxAbi = false;
- setupHook = ../../development/compilers/llvm/3.9/libc++/setup-hook.sh;
+ setupHook = ../../development/compilers/llvm/7/libc++/setup-hook.sh;
};
libcxxabi = stdenv.mkDerivation {