premake3: use premake3 -> premake

premake3 only has the "premake" executable. This is a little confusing
because premake4 and premake5 both have the version suffix.

Fixes #51744
This commit is contained in:
Matthew Bauer 2018-12-02 19:51:27 -06:00
parent bb962eb2a2
commit a27c51f71f

View file

@ -18,7 +18,7 @@ stdenv.mkDerivation {
install -Dm755 bin/premake $out/bin/premake
'';
premake_cmd = "premake3";
premake_cmd = "premake";
setupHook = ./setup-hook.sh;
meta = {