mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
perl-nethttp: fix sandbox build on darwin
This commit is contained in:
parent
8a43659e15
commit
95997376c0
@ -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)";
|
||||
|
Loading…
Reference in New Issue
Block a user