summary refs log tree commit diff
path: root/pkgs/stdenv/darwin
diff options
context:
space:
mode:
authorDan Peebles <pumpkin@me.com>2016-10-16 20:47:43 -0400
committerDan Peebles <pumpkin@me.com>2016-10-16 20:47:43 -0400
commite4dba74e8afd052dca5225250a8bce5f16f8ca1c (patch)
treedab401bf3c833c301c291072f5496fc813b14c8f /pkgs/stdenv/darwin
parentead242498132ae3b4a2c547f7cadbccb26c9c5a6 (diff)
downloadnixpkgs-e4dba74e8afd052dca5225250a8bce5f16f8ca1c.tar
nixpkgs-e4dba74e8afd052dca5225250a8bce5f16f8ca1c.tar.gz
nixpkgs-e4dba74e8afd052dca5225250a8bce5f16f8ca1c.tar.bz2
nixpkgs-e4dba74e8afd052dca5225250a8bce5f16f8ca1c.tar.lz
nixpkgs-e4dba74e8afd052dca5225250a8bce5f16f8ca1c.tar.xz
nixpkgs-e4dba74e8afd052dca5225250a8bce5f16f8ca1c.tar.zst
nixpkgs-e4dba74e8afd052dca5225250a8bce5f16f8ca1c.zip
darwin.stdenv: update MACOSX_DEPLOYMENT_TARGET
No point in claiming we're compatible with a version we don't try to
support, and this will probably help with a few other things elsewhere.
Diffstat (limited to 'pkgs/stdenv/darwin')
-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 fc81d3fec8d..1bc983d6312 100644
--- a/pkgs/stdenv/darwin/default.nix
+++ b/pkgs/stdenv/darwin/default.nix
@@ -29,7 +29,7 @@ in rec {
     export NIX_ENFORCE_NO_NATIVE="''${NIX_ENFORCE_NO_NATIVE-1}"
     export NIX_IGNORE_LD_THROUGH_GCC=1
     stripAllFlags=" " # the Darwin "strip" command doesn't know "-s"
-    export MACOSX_DEPLOYMENT_TARGET=10.7
+    export MACOSX_DEPLOYMENT_TARGET=10.10
     export SDKROOT=
     export CMAKE_OSX_ARCHITECTURES=x86_64
     # Workaround for https://openradar.appspot.com/22671534 on 10.11.