cargo-deny: add SystemConfiguration framework on darwin

This commit is contained in:
Ryan Cao 2024-01-25 13:17:11 +08:00
parent 826606889e
commit af2562d930
No known key found for this signature in database

View File

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