try with default sdk

This commit is contained in:
Clément DOUIN
2024-11-25 16:29:25 +01:00
parent 6206970f47
commit aa698e0572
+1 -1
View File
@@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec {
cargoHash = "sha256-YS8IamapvmdrOPptQh2Ef9Yold0IK1XIeGs0kDIQ5b8=";
NIX_LDFLAGS = lib.optionals (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64) [
"-L${darwin.apple_sdk_11_0.frameworks.Security}/Library/Frameworks"
"-L${darwin.apple_sdk.frameworks.Security}/Library/Frameworks"
];
# unit tests only