From aa55d0b03ade50e58dff5227c67bfcf196527de1 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Thu, 11 Jan 2024 11:39:57 +0200 Subject: [PATCH] sccache: fix darwin build --- pkgs/development/tools/misc/sccache/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/tools/misc/sccache/default.nix b/pkgs/development/tools/misc/sccache/default.nix index bfeb2001b859..cd258f003cb7 100644 --- a/pkgs/development/tools/misc/sccache/default.nix +++ b/pkgs/development/tools/misc/sccache/default.nix @@ -27,6 +27,7 @@ rustPlatform.buildRustPackage rec { openssl ] ++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security + darwin.apple_sdk.frameworks.SystemConfiguration ]; # Tests fail because of client server setup which is not possible inside the