Commit 5232aceb authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

miniupnpc: fix on darwin

parent cb9fc302
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -34,6 +34,8 @@ stdenv.mkDerivation rec {
    mv $out/bin/external-ip.sh $out/bin/external-ip
  '';

  __darwinAllowLocalNetworking = true;

  passthru.tests = {
    inherit (nixosTests) upnp;
  };