Commit 836e2c3a authored by Palmer Cox's avatar Palmer Cox
Browse files

rabbitmq-server: Allow local networking on Darwin

This is required to allow the installCheckPhase to work on Darwin with
the sandbox on.
parent 1ebba613
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -120,6 +120,9 @@ stdenv.mkDerivation rec {
    runHook postInstallCheck
  '';

  # Needed for the check in installCheckPhase
  __darwinAllowLocalNetworking = true;

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