socklog: set __darwinAllowLocalNetworking
This commit is contained in:
parent
499e024bff
commit
38b0ac9a14
@ -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/";
|
||||
|
Loading…
x
Reference in New Issue
Block a user