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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user