socklog: set __darwinAllowLocalNetworking

This commit is contained in:
Michael Daniels
2025-06-28 00:35:49 -04:00
parent 499e024bff
commit 38b0ac9a14
+3
View File
@@ -50,6 +50,9 @@ stdenv.mkDerivation (finalAttrs: {
doCheck = true;
# Needed for tests
__darwinAllowLocalNetworking = true;
meta = {
description = "System and kernel logging services";
homepage = "https://smarden.org/socklog/";