openvscode-server: 1.88.1 -> 1.99.3; unbreak
Co-authored-by: Herwig Hochleitner <herwig@bendlas.net>
This commit is contained in:
co-authored by
Herwig Hochleitner
parent
35df7fd727
commit
a81cfab952
@@ -206,16 +206,27 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
fi
|
||||
exit 0
|
||||
' \;
|
||||
''
|
||||
+ ''
|
||||
runHook postConfigure
|
||||
'';
|
||||
|
||||
buildPhase = ''
|
||||
runHook preBuild
|
||||
|
||||
npm run gulp vscode-reh-web-${vsBuildTarget}-min
|
||||
|
||||
runHook postBuild
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
mkdir -p $out
|
||||
cp -R -T ../vscode-reh-web-${vsBuildTarget} $out
|
||||
ln -sf ${nodejs}/bin/node $out
|
||||
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
passthru.tests = {
|
||||
|
||||
Reference in New Issue
Block a user