symbolicator: fix build on Darwin

Add the SystemConfiguration framework as a `buildInput`. Otherwise,
symbolicator fails to link on Darwin.
This commit is contained in:
Randy Eckenrode 2024-01-21 22:49:08 -05:00
parent 8cccce637e
commit 28efedc639
No known key found for this signature in database
GPG Key ID: 64C1CD4EC2A600D9

View File

@ -40,6 +40,7 @@ rustPlatform.buildRustPackage rec {
zstd
] ++ lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.Security
darwin.apple_sdk.frameworks.SystemConfiguration
];
env = {