mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-11 16:23:26 +00:00
cargo-binstall: fix build on darwin
This commit is contained in:
parent
3745b57677
commit
3451225bcb
@ -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 New Issue
Block a user