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:
@@ -120,6 +120,9 @@ stdenv.mkDerivation rec {
|
||||
runHook postInstallCheck
|
||||
'';
|
||||
|
||||
# Needed for the check in installCheckPhase
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
passthru.tests = {
|
||||
vm-test = nixosTests.rabbitmq;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user