fix macos trial 2

This commit is contained in:
Clément DOUIN
2024-11-25 15:59:49 +01:00
parent 49de48151b
commit 105b8309dd
+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) [
"-framework Security"
"-framework AppKit"
];
# unit tests only