wangle: set __darwinAllowLocalNetworking

This commit is contained in:
Emily 2024-11-13 19:41:11 +00:00
parent 2477b3ee01
commit ad8aa38bc7

View File

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