mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
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
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ stdenv.mkDerivation {
|
|||
install -Dm755 bin/premake $out/bin/premake
|
||||
'';
|
||||
|
||||
premake_cmd = "premake3";
|
||||
premake_cmd = "premake";
|
||||
setupHook = ./setup-hook.sh;
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue