knot-dns: fix darwin build by allowing local networking in the sandbox (#399240)

This commit is contained in:
Gaétan Lepage
2025-04-16 17:25:41 +02:00
committed by GitHub
+2
View File
@@ -101,6 +101,8 @@ stdenv.mkDerivation rec {
"-DNDEBUG"
];
__darwinAllowLocalNetworking = true;
doCheck = true;
checkFlags = [ "V=1" ]; # verbose output in case some test fails
doInstallCheck = true;