Unverified Commit bc61f11d authored by Stig's avatar Stig Committed by GitHub
Browse files

perlPackages.HTTPDaemon: fix build on Darwin with sandboxing (#343810)

parents 921f61df 90b88c48
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";