summaryrefslogtreecommitdiffstats
path: root/pkgs/games/90secondportraits
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2021-08-03 10:45:31 +0200
committerFelix Buehler <account@buehler.rocks>2021-08-03 10:45:31 +0200
commitd2c084830a5cef2b929373f0acb3c86b45d60c03 (patch)
tree09c6924228f0fde74656dd0733d9e70b27fa1c59 /pkgs/games/90secondportraits
parent9b06d00d8b586157cd24eee88aa7fd23d9ba56af (diff)
90secondportraits: deprecate phases
Diffstat (limited to 'pkgs/games/90secondportraits')
-rw-r--r--pkgs/games/90secondportraits/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/90secondportraits/default.nix b/pkgs/games/90secondportraits/default.nix
index a5b504995f79..07458cc64463 100644
--- a/pkgs/games/90secondportraits/default.nix
+++ b/pkgs/games/90secondportraits/default.nix
@@ -32,7 +32,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ lua love ];
- phases = "installPhase";
+ dontUnpack = true;
installPhase =
''