fizz: set __darwinAllowLocalNetworking

(cherry picked from commit 3f4e898d0a)
This commit is contained in:
Emily 2024-11-13 19:41:11 +00:00 committed by github-actions[bot]
parent 04e66d17a3
commit be5743a673

View File

@ -65,6 +65,8 @@ stdenv.mkDerivation (finalAttrs: {
(lib.cmakeBool "BUILD_TESTS" finalAttrs.finalPackage.doCheck)
];
__darwinAllowLocalNetworking = true;
doCheck = true;
preCheck =