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:
parent
bb962eb2a2
commit
a27c51f71f
@ -18,7 +18,7 @@ stdenv.mkDerivation {
|
|||||||
install -Dm755 bin/premake $out/bin/premake
|
install -Dm755 bin/premake $out/bin/premake
|
||||||
'';
|
'';
|
||||||
|
|
||||||
premake_cmd = "premake3";
|
premake_cmd = "premake";
|
||||||
setupHook = ./setup-hook.sh;
|
setupHook = ./setup-hook.sh;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user