We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6982c9 commit 6c0d126Copy full SHA for 6c0d126
flake.nix
@@ -27,7 +27,7 @@
27
};
28
nativeBuildInputs = [ pkg-config ];
29
buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin
30
- (with darwin.apple_sdk.frameworks; [ AppKit Security ]);
+ (with darwin.apple_sdk.frameworks; [ AppKit Security Cocoa]);
31
32
33
devShell = mkShell {
0 commit comments