whirlpool-gui: deprecate phases

This commit is contained in:
Felix Buehler 2021-08-12 23:55:12 +02:00
parent 7f57fd7da8
commit 327f53d8ea

View File

@ -19,7 +19,7 @@ in stdenv.mkDerivation rec {
yarnCache = stdenv.mkDerivation {
name = "${pname}-${version}-${system}-yarn-cache";
inherit src;
phases = [ "unpackPhase" "buildPhase" ];
dontInstall = true;
nativeBuildInputs = [ yarn ];
buildPhase = ''
export HOME=$NIX_BUILD_ROOT