rabbitmq-server: Allow local networking on Darwin

This is required to allow the installCheckPhase to work on Darwin with
the sandbox on.
This commit is contained in:
Palmer Cox
2025-01-05 13:55:28 -05:00
parent 1ebba6131b
commit 836e2c3afd
@@ -120,6 +120,9 @@ stdenv.mkDerivation rec {
runHook postInstallCheck
'';
# Needed for the check in installCheckPhase
__darwinAllowLocalNetworking = true;
passthru.tests = {
vm-test = nixosTests.rabbitmq;
};