mastodon-update-script: remove phases

-1
-1
pkgs/servers/mastodon/update.nix
··· 8 8 patchShebangs $out/bin/update.sh 9 9 wrapProgram $out/bin/update.sh --prefix PATH : ${lib.makeBinPath buildInputs} 10 10 ''; 11 - phases = [ "installPhase" ]; 12 11 13 12 nativeBuildInputs = [ makeWrapper ]; 14 13 buildInputs = [ yarn2nix bundix coreutils diffutils nix-prefetch-github gnused jq ];