knot-resolver: allow local networking in Darwin tests
This commit is contained in:
@@ -140,6 +140,7 @@ let
|
||||
rm -r "$out"/lib/sysusers.d/ # ATM more likely to harm than help
|
||||
'';
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
doInstallCheck = with stdenv; hostPlatform == buildPlatform;
|
||||
nativeInstallCheckInputs = [
|
||||
cmocka
|
||||
|
||||
@@ -121,6 +121,7 @@ let
|
||||
rm -r "$out"/lib/sysusers.d/ # ATM more likely to harm than help
|
||||
'';
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
doInstallCheck = with stdenv; hostPlatform == buildPlatform;
|
||||
nativeInstallCheckInputs = [
|
||||
which
|
||||
|
||||
Reference in New Issue
Block a user