Merge pull request #207266 from Leixb/miniupnpc-main
miniupnpc: set meta.mainProgram
This commit is contained in:
commit
652e92b806
1 changed files with 1 additions and 0 deletions
|
@ -38,5 +38,6 @@ stdenv.mkDerivation rec {
|
||||||
description = "A client that implements the UPnP Internet Gateway Device (IGD) specification";
|
description = "A client that implements the UPnP Internet Gateway Device (IGD) specification";
|
||||||
platforms = with platforms; linux ++ freebsd ++ darwin;
|
platforms = with platforms; linux ++ freebsd ++ darwin;
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
|
mainProgram = "upnpc";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue