knot-resolver: allow local networking in Darwin tests

This commit is contained in:
Austin Horstman
2026-07-13 21:00:43 -05:00
parent 8797e541c3
commit 995c9a8e54
2 changed files with 2 additions and 0 deletions
@@ -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