fizz: set __darwinAllowLocalNetworking

This commit is contained in:
Emily 2024-11-13 19:41:11 +00:00
parent 1c1d6a6ba2
commit 3f4e898d0a

View File

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