forked from mirrors/nixpkgs
Merge pull request #283667 from ryanccn/cargo-deny
cargo-deny: add SystemConfiguration framework on darwin
This commit is contained in:
commit
06570e5418
|
@ -28,6 +28,7 @@ rustPlatform.buildRustPackage rec {
|
|||
zstd
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
darwin.apple_sdk.frameworks.Security
|
||||
darwin.apple_sdk.frameworks.SystemConfiguration
|
||||
];
|
||||
|
||||
env = {
|
||||
|
|
Loading…
Reference in a new issue