fix macos trial 4

This commit is contained in:
Clément DOUIN
2024-11-25 16:06:48 +01:00
parent 5330073b98
commit 5fbd407b44
+2 -2
View File
@@ -28,8 +28,8 @@ rustPlatform.buildRustPackage rec {
cargoHash = "sha256-YS8IamapvmdrOPptQh2Ef9Yold0IK1XIeGs0kDIQ5b8=";
NIX_LDFLAGS = lib.optionals (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64) [
"-F${darwin.apple_sdk_11_0.frameworks.Security}/Library/Frameworks -framework Security"
NIX_LDFLAGS = lib.optionals (stdenv.hostPlatform.isDarwin) [
"-L${darwin.libiconv}"
];
# unit tests only