yarn2nix: deprecate phases

This commit is contained in:
Felix Buehler 2021-08-16 22:37:41 +02:00
parent abdd507735
commit 43b5d5ae70

View file

@ -105,7 +105,8 @@ in rec {
in stdenv.mkDerivation {
inherit preBuild postBuild name;
phases = ["configurePhase" "buildPhase"];
dontUnpack = true;
dontInstall = true;
buildInputs = [ yarn nodejs git ] ++ extraBuildInputs;
configurePhase = ''