Merge pull request #278308 from j-baker/patch-8
cargo-workspaces: fix build on darwin
This commit is contained in:
commit
fbce146190
@ -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 New Issue
Block a user