Skip to content

Commit

Permalink
Add missing darwin build dependency (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
voidcontext authored May 25, 2024
1 parent c6982c9 commit 6c0d126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 6c0d126

Please sign in to comment.