owmods-cli: fix build on darwin
This commit is contained in:
parent
6e11881ea1
commit
e91b378f17
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
openssl
|
openssl
|
||||||
] ++ lib.optionals stdenv.isDarwin [
|
] ++ lib.optionals stdenv.isDarwin [
|
||||||
darwin.apple_sdk.frameworks.Security
|
darwin.apple_sdk.frameworks.Security
|
||||||
|
darwin.apple_sdk.frameworks.SystemConfiguration
|
||||||
];
|
];
|
||||||
|
|
||||||
env = {
|
env = {
|
||||||
|
|
Loading…
Reference in a new issue