mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-09 22:54:53 +03:00
build: fix bind errors in darwin sandboxes
See 5f6840fbb4/src/libstore/build.cc (L2961)
This commit is contained in:
parent
b501a80293
commit
00d236501e
@ -160,4 +160,8 @@ stdenvNoCC.mkDerivation {
|
||||
|
||||
exit "$fail"
|
||||
'';
|
||||
|
||||
# Fix 'bind: operation not permitted' when nix.useSandbox = true on darwin.
|
||||
# See https://github.com/NixOS/nix/blob/5f6840fbb49ae5b534423bd8a4360646ee93dbaf/src/libstore/build.cc#L2961
|
||||
__darwinAllowLocalNetworking = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user