Skip to content

Commit 6c0d126

Browse files
authored
Add missing darwin build dependency (#286)
1 parent c6982c9 commit 6c0d126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
};
2828
nativeBuildInputs = [ pkg-config ];
2929
buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin
30-
(with darwin.apple_sdk.frameworks; [ AppKit Security ]);
30+
(with darwin.apple_sdk.frameworks; [ AppKit Security Cocoa]);
3131
};
3232

3333
devShell = mkShell {

0 commit comments

Comments
 (0)