Skip to content

Commit

Permalink
owmods-cli: fix build on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank committed Mar 20, 2024
1 parent 6e11881 commit e91b378
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/by-name/ow/owmods-cli/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ rustPlatform.buildRustPackage rec {
openssl
] ++ lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.Security
darwin.apple_sdk.frameworks.SystemConfiguration
];

env = {
Expand Down

0 comments on commit e91b378

Please sign in to comment.