miniupnpc: set meta.mainProgram

This commit is contained in:
LeixB 2022-12-22 15:37:51 +01:00
parent d64b91269d
commit abbe1233a4
No known key found for this signature in database
GPG key ID: FC035BB2BB28E15D

View file

@ -38,5 +38,6 @@ stdenv.mkDerivation rec {
description = "A client that implements the UPnP Internet Gateway Device (IGD) specification";
platforms = with platforms; linux ++ freebsd ++ darwin;
license = licenses.bsd3;
mainProgram = "upnpc";
};
}