vapor: deprecate phases

This commit is contained in:
Felix Buehler 2021-08-03 10:50:22 +02:00
parent b2071530e2
commit 76fff62cad

View File

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