lib.systems.darwinMinVersion: 11.3 -> 14.0

This commit is contained in:
Randy Eckenrode
2025-04-21 18:51:52 -04:00
parent cf45eef8ec
commit 2ab175889a

View File

@@ -361,7 +361,7 @@ let
# The canonical name for this attribute is darwinSdkVersion, but some
# platforms define the old name "sdkVer".
darwinSdkVersion = final.sdkVer or "14.4";
darwinMinVersion = final.darwinSdkVersion;
darwinMinVersion = "14.0";
darwinMinVersionVariable =
if final.isMacOS then
"MACOSX_DEPLOYMENT_TARGET"