Merge pull request #133683 from Stunkymonkey/whirlpool-gui-phases

whirlpool-gui: deprecate phases
This commit is contained in:
Sandro 2021-08-16 22:26:06 +02:00 committed by GitHub
commit 716ecb051d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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