mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
symbolicator: fix build on Darwin
Add the SystemConfiguration framework as a `buildInput`. Otherwise, symbolicator fails to link on Darwin.
This commit is contained in:
parent
8cccce637e
commit
28efedc639
@ -40,6 +40,7 @@ rustPlatform.buildRustPackage rec {
|
||||
zstd
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
darwin.apple_sdk.frameworks.Security
|
||||
darwin.apple_sdk.frameworks.SystemConfiguration
|
||||
];
|
||||
|
||||
env = {
|
||||
|
Loading…
Reference in New Issue
Block a user