mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
yarn2nix: deprecate phases
This commit is contained in:
parent
abdd507735
commit
43b5d5ae70
@ -105,7 +105,8 @@ in rec {
|
|||||||
|
|
||||||
in stdenv.mkDerivation {
|
in stdenv.mkDerivation {
|
||||||
inherit preBuild postBuild name;
|
inherit preBuild postBuild name;
|
||||||
phases = ["configurePhase" "buildPhase"];
|
dontUnpack = true;
|
||||||
|
dontInstall = true;
|
||||||
buildInputs = [ yarn nodejs git ] ++ extraBuildInputs;
|
buildInputs = [ yarn nodejs git ] ++ extraBuildInputs;
|
||||||
|
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user