psysh: deprecate phases
This commit is contained in:
parent
151c2f5a20
commit
24bd0775ac
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@ mkDerivation {
|
|||
sha256 = "sha256-6opSBKR5eI5HlaJy4A94JrxYfUtCCNVlyntmLZbWfOE=";
|
||||
};
|
||||
|
||||
phases = [ "installPhase" ];
|
||||
dontUnpack = true;
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
||||
installPhase = ''
|
||||
|
|
Loading…
Reference in a new issue