Unverified Commit 90b88c48 authored by Alex James's avatar Alex James
Browse files

perlPackages.HTTPDaemon: fix build on Darwin with sandboxing

parent 1f1c8b3e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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";