summary refs log tree commit diff
path: root/pkgs/games/gmad
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-11-27 01:35:32 -0600
committerMatthew Bauer <mjbauer95@gmail.com>2018-11-28 20:14:31 -0600
commit0984032d6ae2d87b8a032a75f783942da2279235 (patch)
tree8b7ba2140771b5c74b761d603fbdfa8559ed6fbc /pkgs/games/gmad
parent932c1ff4c89d8464208879abb33f3682386c8bcf (diff)
downloadnixpkgs-0984032d6ae2d87b8a032a75f783942da2279235.tar
nixpkgs-0984032d6ae2d87b8a032a75f783942da2279235.tar.gz
nixpkgs-0984032d6ae2d87b8a032a75f783942da2279235.tar.bz2
nixpkgs-0984032d6ae2d87b8a032a75f783942da2279235.tar.lz
nixpkgs-0984032d6ae2d87b8a032a75f783942da2279235.tar.xz
nixpkgs-0984032d6ae2d87b8a032a75f783942da2279235.tar.zst
nixpkgs-0984032d6ae2d87b8a032a75f783942da2279235.zip
gmad: use premake setup hook
Diffstat (limited to 'pkgs/games/gmad')
-rw-r--r--pkgs/games/gmad/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/gmad/default.nix b/pkgs/games/gmad/default.nix
index a15914877cc..78936ec1949 100644
--- a/pkgs/games/gmad/default.nix
+++ b/pkgs/games/gmad/default.nix
@@ -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