Skip to content

Commit

Permalink
Add libobjc on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Nov 29, 2024
1 parent cadb091 commit 08eeffa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/lair-keystore-cross.nix
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ let
buildInputs = [ ] ++ (pkgs.lib.optionals pkgs.stdenv.isDarwin [
# additional packages needed for darwin platforms
pkgs.darwin.apple_sdk.frameworks.Security
pkgs.darwin.libobjc
]);

# Tell cargo about the linker and an optional emulater. So they can be used in `cargo build`
Expand Down

0 comments on commit 08eeffa

Please sign in to comment.