bws: fix build on darwin

This commit is contained in:
Mario Rodas 2024-04-06 04:20:00 +00:00
parent 7a3d614ba1
commit 422e5c7019
1 changed files with 1 additions and 1 deletions

View File

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