Skip to content

Commit

Permalink
Add Security framework to the package build, maybe it'll break with…
Browse files Browse the repository at this point in the history
… SIGBUS

see #1288
  • Loading branch information
grahamc authored Nov 13, 2024
1 parent ef23eb4 commit e4f22bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@

nativeBuildInputs = with final; [ ];
buildInputs = with final; [ ] ++ lib.optionals (final.stdenv.isDarwin) (with final.darwin.apple_sdk.frameworks; [
Security
SystemConfiguration
]);

Expand Down

0 comments on commit e4f22bf

Please sign in to comment.