From 65b37917edec8a01cd3d1503380be2fd6dca6d6c Mon Sep 17 00:00:00 2001 From: Reno Dakota Date: Sat, 23 Nov 2024 01:14:37 -0800 Subject: [PATCH] ocamlPackages.domain-local-await: fix darwin sandbox build --- pkgs/development/ocaml-modules/domain-local-await/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/ocaml-modules/domain-local-await/default.nix b/pkgs/development/ocaml-modules/domain-local-await/default.nix index 9b90e87aa517..a9b5f76839ae 100644 --- a/pkgs/development/ocaml-modules/domain-local-await/default.nix +++ b/pkgs/development/ocaml-modules/domain-local-await/default.nix @@ -22,6 +22,7 @@ buildDunePackage rec { thread-table ]; + __darwinAllowLocalNetworking = true; doCheck = true; checkInputs = [