miniupnpc: fix on darwin

This commit is contained in:
Gaetan Lepage
2025-03-07 16:16:15 +01:00
parent cb9fc30245
commit 5232aceb7b
+2
View File
@@ -34,6 +34,8 @@ stdenv.mkDerivation rec {
mv $out/bin/external-ip.sh $out/bin/external-ip
'';
__darwinAllowLocalNetworking = true;
passthru.tests = {
inherit (nixosTests) upnp;
};