forked from mirrors/nixpkgs
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 a new issue