90secondportraits: deprecate phases

This commit is contained in:
Felix Buehler 2021-08-03 10:45:31 +02:00
parent 9b06d00d8b
commit d2c084830a
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ lua love ];
phases = "installPhase";
dontUnpack = true;
installPhase =
''