Skip to content

Commit 65b3791

Browse files
committed
ocamlPackages.domain-local-await: fix darwin sandbox build
1 parent aa33fe7 commit 65b3791

File tree

1 file changed

+1
-0
lines changed
  • pkgs/development/ocaml-modules/domain-local-await

1 file changed

+1
-0
lines changed

pkgs/development/ocaml-modules/domain-local-await/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ buildDunePackage rec {
2222
thread-table
2323
];
2424

25+
__darwinAllowLocalNetworking = true;
2526
doCheck = true;
2627

2728
checkInputs = [

0 commit comments

Comments
 (0)