psysh: deprecate phases

This commit is contained in:
Felix Buehler 2021-08-01 23:50:58 +02:00
parent 151c2f5a20
commit 24bd0775ac

View file

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