php/box: deprecate phases

This commit is contained in:
Felix Buehler 2021-08-01 23:59:46 +02:00
parent 1ea3fb3830
commit 7fdeccc7b6

View file

@ -11,7 +11,8 @@ mkDerivation {
sha256 = "1zmxdadrv0i2l8cz7xb38gnfmfyljpsaz2nnkjzqzksdmncbgd18";
};
phases = [ "installPhase" ];
dontUnpack = true;
nativeBuildInputs = [ makeWrapper ];
installPhase = ''