summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2019-07-22 15:02:14 -0400
committerGitHub <noreply@github.com>2019-07-22 15:02:14 -0400
commit23a3256ee1ece61eeb4e9a9a1fb6131b35e86abc (patch)
tree58d0714810cd85159a20173a83588d958b10cfa0
parent4f0e37c93d3e9e8d7812914cef206472f194e79a (diff)
parentf1070eec27e889566d441d90d54dc3619ce6c91e (diff)
downloadnixpkgs-23a3256ee1ece61eeb4e9a9a1fb6131b35e86abc.tar
nixpkgs-23a3256ee1ece61eeb4e9a9a1fb6131b35e86abc.tar.gz
nixpkgs-23a3256ee1ece61eeb4e9a9a1fb6131b35e86abc.tar.bz2
nixpkgs-23a3256ee1ece61eeb4e9a9a1fb6131b35e86abc.tar.lz
nixpkgs-23a3256ee1ece61eeb4e9a9a1fb6131b35e86abc.tar.xz
nixpkgs-23a3256ee1ece61eeb4e9a9a1fb6131b35e86abc.tar.zst
nixpkgs-23a3256ee1ece61eeb4e9a9a1fb6131b35e86abc.zip
Merge pull request #64458 from LnL7/macosx-deployment-target
stdenv: MACOSX_DEPLOYMENT_TARGET 10.10 -> 10.12
-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 f7a40bb0d0e..b6a488ed2f2 100644
--- a/pkgs/stdenv/darwin/default.nix
+++ b/pkgs/stdenv/darwin/default.nix
@@ -32,7 +32,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.10
+    export MACOSX_DEPLOYMENT_TARGET=10.12
     export SDKROOT=
     export CMAKE_OSX_ARCHITECTURES=x86_64
     # Workaround for https://openradar.appspot.com/22671534 on 10.11.