llvmPackages: 11 -> 16 on Darwin

This commit is contained in:
Randy Eckenrode
2023-09-21 08:37:22 -04:00
parent a8be39d4a9
commit bcbdb800cf
+1 -1
View File
@@ -16641,7 +16641,7 @@ with pkgs;
# This returns the minimum supported version for the platform. The
# assumption is that or any later version is good.
choose = platform:
/**/ if platform.isDarwin then 11
/**/ if platform.isDarwin then 16
else if platform.isFreeBSD then 12
else if platform.isAndroid then 12
else if platform.isLinux then 11