mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
fizz: set __darwinAllowLocalNetworking
(cherry picked from commit 3f4e898d0a
)
This commit is contained in:
parent
04e66d17a3
commit
be5743a673
@ -65,6 +65,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
(lib.cmakeBool "BUILD_TESTS" finalAttrs.finalPackage.doCheck)
|
||||
];
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
doCheck = true;
|
||||
|
||||
preCheck =
|
||||
|
Loading…
Reference in New Issue
Block a user