cargo-binstall: fix build on darwin
This commit is contained in:
parent
3745b57677
commit
3451225bcb
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ rustPlatform.buildRustPackage rec {
|
|||
xz
|
||||
zstd
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
darwin.apple_sdk.frameworks.Security
|
||||
darwin.apple_sdk.frameworks.SystemConfiguration
|
||||
];
|
||||
|
||||
buildNoDefaultFeatures = true;
|
||||
|
|
Loading…
Reference in a new issue