Commit 3ee06315 authored by Paul Meyer's avatar Paul Meyer
Browse files

storj-uplink: fix tests on sandboxed darwin

parent 4b1cd91d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -24,6 +24,9 @@ buildGoModule rec {
    "-w"
  ];

  # Tests fail with 'listen tcp 127.0.0.1:0: bind: operation not permitted'.
  __darwinAllowLocalNetworking = true;

  meta = with lib; {
    description = "Command-line tool for Storj";
    homepage = "https://storj.io";