Skip to content

Commit

Permalink
add missing macos dep in recent nixpkgs update
Browse files Browse the repository at this point in the history
  • Loading branch information
ralexstokes committed Oct 24, 2023
1 parent b2ba186 commit 6de635a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/mev-rs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ let
openssl
] ++ lib.optionals pkgs.stdenv.isDarwin [
darwin.apple_sdk.frameworks.CFNetwork
darwin.apple_sdk.frameworks.SystemConfiguration
];
nativeBuildInputs = lib.optionals pkgs.stdenv.isLinux [
clang
Expand Down

0 comments on commit 6de635a

Please sign in to comment.