Skip to content

Commit

Permalink
fix(nix): make engines buildable on darwin (#5036)
Browse files Browse the repository at this point in the history
After some recent dependency changes, building with Nix on Darwin also
requires having `SystemConfiguration.framework`.
  • Loading branch information
aqrln authored Nov 5, 2024
1 parent 531ffed commit 92f6d89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/publish-engine-size.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ in
] ++ lib.optionals stdenv.isDarwin [
perl # required to build openssl
darwin.apple_sdk.frameworks.Security
darwin.apple_sdk.frameworks.SystemConfiguration
iconv
];

Expand Down

0 comments on commit 92f6d89

Please sign in to comment.