cargo-workspaces: fix build on darwin
cargo-workspaces needs SystemConfiguration on recent versions of Darwin.
This commit is contained in:
parent
4e44fb9c26
commit
a0996202e6
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ rustPlatform.buildRustPackage rec {
|
|||
zlib
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
darwin.apple_sdk.frameworks.Security
|
||||
darwin.apple_sdk.frameworks.SystemConfiguration
|
||||
];
|
||||
|
||||
env = {
|
||||
|
|
Loading…
Reference in a new issue