Merge pull request #278308 from j-baker/patch-8

cargo-workspaces: fix build on darwin
This commit is contained in:
Weijia Wang 2024-01-03 02:49:02 +01:00 committed by GitHub
commit fbce146190
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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