mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
gmad: use premake setup hook
This commit is contained in:
parent
932c1ff4c8
commit
0984032d6a
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
||||
else if stdenv.isDarwin then "gmad_osx"
|
||||
else "gmad";
|
||||
|
||||
configurePhase = "premake4 --bootil_lib=${bootil}/lib --bootil_inc=${bootil}/include gmake";
|
||||
premakeFlags = "--bootil_lib=${bootil}/lib --bootil_inc=${bootil}/include";
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
|
Loading…
Reference in New Issue
Block a user