Skip to content

Commit af2562d

Browse files
committed
cargo-deny: add SystemConfiguration framework on darwin
1 parent 8266068 commit af2562d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkgs/development/tools/rust/cargo-deny/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ rustPlatform.buildRustPackage rec {
2828
zstd
2929
] ++ lib.optionals stdenv.isDarwin [
3030
darwin.apple_sdk.frameworks.Security
31+
darwin.apple_sdk.frameworks.SystemConfiguration
3132
];
3233

3334
env = {

0 commit comments

Comments
 (0)