vapor: deprecate phases

This commit is contained in:
Felix Buehler 2021-08-03 10:50:22 +02:00
parent b2071530e2
commit 76fff62cad
1 changed files with 1 additions and 1 deletions

View File

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