socklog: set __darwinAllowLocalNetworking

This commit is contained in:
Michael Daniels 2025-06-09 15:22:31 -04:00
parent 499e024bff
commit 38b0ac9a14
No known key found for this signature in database

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/";