haskellPackages.network: allow local networking on Darwin
Otherwise `checkPhase` fails with the sandboxing enabled: https://gist.github.com/al3xtjames/ff511f36890388345d51a410a2fc18f9
This commit is contained in:
@@ -331,6 +331,10 @@ self: super:
|
||||
|
||||
sysinfo = dontCheck super.sysinfo;
|
||||
|
||||
network = super.network.overrideAttrs (drv: {
|
||||
__darwinAllowLocalNetworking = true;
|
||||
});
|
||||
|
||||
}
|
||||
// lib.optionalAttrs pkgs.stdenv.hostPlatform.isAarch64 {
|
||||
# aarch64-darwin
|
||||
|
||||
Reference in New Issue
Block a user