Merge pull request #134359 from Stunkymonkey/yarn2nix-phases

yarn2nix: deprecate phases
This commit is contained in:
davidak 2021-08-19 04:15:39 +02:00 committed by GitHub
commit af19fdbed5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = ''