mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02:00
packaging/dependency: Clarify darwinMinVersion
(cherry picked from commit 4be92e7b82
)
This commit is contained in:
parent
36ce86dfb6
commit
b9fc326a9a
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,9 @@ let
|
||||||
# Despite the use of the 10.13 deployment target here, the aligned
|
# Despite the use of the 10.13 deployment target here, the aligned
|
||||||
# allocation function Clang uses with this setting actually works
|
# allocation function Clang uses with this setting actually works
|
||||||
# all the way back to 10.6.
|
# all the way back to 10.6.
|
||||||
|
# NOTE: this is not just a version constraint, but a request to make Darwin
|
||||||
|
# provide this version level of support. Removing this minimum version
|
||||||
|
# request will regress the above error.
|
||||||
darwinStdenv = pkgs.overrideSDK prevStdenv { darwinMinVersion = "10.13"; };
|
darwinStdenv = pkgs.overrideSDK prevStdenv { darwinMinVersion = "10.13"; };
|
||||||
|
|
||||||
in
|
in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue