yarn2nix: deprecate phases
This commit is contained in:
parent
abdd507735
commit
43b5d5ae70
1 changed files with 2 additions and 1 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue