mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 04:24:28 +03: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
@ -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 New Issue
Block a user