owmods-cli: fix build on darwin

This commit is contained in:
Weijia Wang 2024-03-20 22:37:22 +01:00
parent 6e11881ea1
commit e91b378f17

View File

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