Merge pull request #131119 from Stunkymonkey/code-server-phases

code-server: remove phases
This commit is contained in:
Pavol Rusnak 2021-07-22 21:25:39 +02:00 committed by GitHub
commit 3047b87247
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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