mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 10:53:52 +00:00
yarn2nix: deprecate phases
This commit is contained in:
parent
abdd507735
commit
43b5d5ae70
@ -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 New Issue
Block a user