Skip to content

Commit

Permalink
rabbitmq-server: Allow local networking on Darwin
Browse files Browse the repository at this point in the history
This is required to allow the installCheckPhase to work on Darwin with
the sandbox on.

(cherry picked from commit 836e2c3)
  • Loading branch information
Palmer Cox authored and github-actions[bot] committed Jan 7, 2025
1 parent f461832 commit 2bf89d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/servers/amqp/rabbitmq-server/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ stdenv.mkDerivation rec {
runHook postInstallCheck
'';

# Needed for the check in installCheckPhase
__darwinAllowLocalNetworking = true;

passthru.tests = {
vm-test = nixosTests.rabbitmq;
};
Expand Down

0 comments on commit 2bf89d3

Please sign in to comment.