From c51e411dc1df47f4b888b3b40220c01560604de0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Mon, 25 Nov 2024 18:27:49 +0100 Subject: [PATCH] use 10.12 bis --- package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.nix b/package.nix index a98b4ddc..b4d70fd4 100644 --- a/package.nix +++ b/package.nix @@ -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