Skip to content

Commit

Permalink
Merge pull request #282777 from reckenrode/symbolicator-darwin-fix
Browse files Browse the repository at this point in the history
symbolicator: fix build on Darwin
  • Loading branch information
wegank authored Jan 22, 2024
2 parents 847d8ef + 28efedc commit 2a7e91d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/by-name/sy/symbolicator/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ rustPlatform.buildRustPackage rec {
zstd
] ++ lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.Security
darwin.apple_sdk.frameworks.SystemConfiguration
];

env = {
Expand Down

0 comments on commit 2a7e91d

Please sign in to comment.