summaryrefslogtreecommitdiffstats
path: root/pkgs/games/duckmarines
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2021-08-03 10:46:05 +0200
committerFelix Buehler <account@buehler.rocks>2021-08-03 10:46:05 +0200
commit816a29f9c4e54593b4207cca13308fc7fd715253 (patch)
tree80cd6b895170e37fcc613df2363c4ec6a0e8a25a /pkgs/games/duckmarines
parentc77f8555c47b81f54e250a33fa784c4f6c175468 (diff)
duckmarines: deprecate phases
Diffstat (limited to 'pkgs/games/duckmarines')
-rw-r--r--pkgs/games/duckmarines/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/duckmarines/default.nix b/pkgs/games/duckmarines/default.nix
index ca2a74391416..af34742b9fd8 100644
--- a/pkgs/games/duckmarines/default.nix
+++ b/pkgs/games/duckmarines/default.nix
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ lua love ];
- phases = [ "installPhase" ];
+ dontUnpack = true;
installPhase =
''