Merge pull request #288804 from ocfox/speedtest-rs
speedtest-rs: fix darwin build
This commit is contained in:
commit
6e283c3087
1 changed files with 4 additions and 1 deletions
|
@ -19,7 +19,10 @@ rustPlatform.buildRustPackage rec {
|
|||
};
|
||||
|
||||
buildInputs = [ openssl ] ++
|
||||
lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ];
|
||||
lib.optionals stdenv.isDarwin [
|
||||
darwin.apple_sdk.frameworks.Security
|
||||
darwin.apple_sdk.frameworks.SystemConfiguration
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue