mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
wangle: set __darwinAllowLocalNetworking
(cherry picked from commit ad8aa38bc7
)
This commit is contained in:
parent
1ed0a81cd3
commit
ed047d1a76
@ -61,6 +61,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
(lib.cmakeBool "BUILD_TESTS" finalAttrs.finalPackage.doCheck)
|
||||
];
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
doCheck = true;
|
||||
|
||||
preCheck =
|
||||
|
Loading…
Reference in New Issue
Block a user