summaryrefslogtreecommitdiffstats
path: root/pkgs/games/atanks
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/atanks')
-rw-r--r--pkgs/games/atanks/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/games/atanks/default.nix b/pkgs/games/atanks/default.nix
index 88a9026e3bd1..05b645ee326b 100644
--- a/pkgs/games/atanks/default.nix
+++ b/pkgs/games/atanks/default.nix
@@ -11,10 +11,6 @@ stdenv.mkDerivation rec {
buildInputs = [ allegro ];
- patchPhase = ''
- substituteInPlace Makefile --replace /usr $out
- '';
-
makeFlags = [ "PREFIX=$(out)/" "INSTALL=install" "CXX=g++" ];
meta = with stdenv.lib; {