perlPackages.HTTPDaemon: fix build on Darwin with sandboxing

The tests depend on local network access:
https://gist.github.com/al3xtjames/44b242ca7d7c8d5f19a113c89c97f907
This commit is contained in:
Alex James
2024-09-22 16:13:33 -05:00
parent 1f1c8b3e6e
commit 90b88c48a7
+1
View File
@@ -12136,6 +12136,7 @@ with self; {
};
buildInputs = [ ModuleBuildTiny TestNeeds ];
propagatedBuildInputs = [ HTTPMessage ];
__darwinAllowLocalNetworking = true;
meta = {
description = "Simple http server class";
homepage = "https://github.com/libwww-perl/HTTP-Daemon";