use 10.12 bis

This commit is contained in:
Clément DOUIN
2024-11-25 18:27:49 +01:00
parent 4fb6d6569d
commit c51e411dc1
+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_10_12.frameworks.Security}/Library/Frameworks"
"-L${darwin.apple_sdk_10_12.frameworks.Security}/Library/Frameworks -framework Security"
];
# unit tests only