perl-nethttp: fix sandbox build on darwin

This commit is contained in:
Daiderd Jordan 2017-10-30 21:02:07 +01:00 committed by Dan Peebles
parent 8a43659e15
commit 95997376c0

View File

@ -10277,6 +10277,7 @@ let self = _self // overrides; _self = with self; {
sha256 = "8565aff76b3d09084642f3a83c654fb4ced8220e8e19d35c78b661519b4c1be6";
};
propagatedBuildInputs = [ URI ];
__darwinAllowLocalNetworking = true;
meta = {
homepage = https://github.com/libwww-perl/Net-HTTP;
description = "Low-level HTTP connection (client)";