dotnetCorePackages.dotnet_{8,9,10}.vmr: use default SDK on Darwin (14.4)

This commit is contained in:
Randy Eckenrode
2025-10-09 18:23:28 -04:00
parent ea758132a1
commit 2fbd3f4aab
+6 -10
View File
@@ -18,7 +18,6 @@
darwin,
xcbuild,
swiftPackages,
apple-sdk_13,
openssl,
getconf,
python3,
@@ -112,15 +111,12 @@ stdenv.mkDerivation rec {
krb5
lttng-ust_2_12
]
++ lib.optionals isDarwin (
[
xcbuild
swift
krb5
sigtool
]
++ lib.optional (lib.versionAtLeast version "10") apple-sdk_13
);
++ lib.optionals isDarwin [
xcbuild
swift
krb5
sigtool
];
# This is required to fix the error:
# > CSSM_ModuleLoad(): One or more parameters passed to a function were not valid.