lib.systems.darwinMinVersion: 11.3 -> 14.0
This commit is contained in:
@@ -361,7 +361,7 @@ let
|
|||||||
# The canonical name for this attribute is darwinSdkVersion, but some
|
# The canonical name for this attribute is darwinSdkVersion, but some
|
||||||
# platforms define the old name "sdkVer".
|
# platforms define the old name "sdkVer".
|
||||||
darwinSdkVersion = final.sdkVer or "14.4";
|
darwinSdkVersion = final.sdkVer or "14.4";
|
||||||
darwinMinVersion = final.darwinSdkVersion;
|
darwinMinVersion = "14.0";
|
||||||
darwinMinVersionVariable =
|
darwinMinVersionVariable =
|
||||||
if final.isMacOS then
|
if final.isMacOS then
|
||||||
"MACOSX_DEPLOYMENT_TARGET"
|
"MACOSX_DEPLOYMENT_TARGET"
|
||||||
|
|||||||
Reference in New Issue
Block a user