diff --git a/flake.nix b/flake.nix index ec4a5b3..43dfd3b 100644 --- a/flake.nix +++ b/flake.nix @@ -27,7 +27,7 @@ }; nativeBuildInputs = [ pkg-config ]; buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin - (with darwin.apple_sdk.frameworks; [ AppKit Security ]); + (with darwin.apple_sdk.frameworks; [ AppKit Security Cocoa]); }; devShell = mkShell {