wangle: set __darwinAllowLocalNetworking

(cherry picked from commit ad8aa38bc7)
This commit is contained in:
Emily 2024-11-13 19:41:11 +00:00 committed by github-actions[bot]
parent 1ed0a81cd3
commit ed047d1a76

View File

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