Skip to content

Commit 836e2c3

Browse files
author
Palmer Cox
committed
rabbitmq-server: Allow local networking on Darwin
This is required to allow the installCheckPhase to work on Darwin with the sandbox on.
1 parent 1ebba61 commit 836e2c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkgs/by-name/ra/rabbitmq-server/package.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ stdenv.mkDerivation rec {
120120
runHook postInstallCheck
121121
'';
122122

123+
# Needed for the check in installCheckPhase
124+
__darwinAllowLocalNetworking = true;
125+
123126
passthru.tests = {
124127
vm-test = nixosTests.rabbitmq;
125128
};

0 commit comments

Comments
 (0)