openvscode-server: 1.88.1 -> 1.99.3; unbreak

Co-authored-by: Herwig Hochleitner <herwig@bendlas.net>
This commit is contained in:
Gerardo Doro
2025-05-25 12:07:08 +00:00
committed by GitHub
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 = {