Merge pull request #140566 from jraygauthier/jrg/vscode-ext-fix-conf-build

This commit is contained in:
Sandro 2021-10-05 10:47:35 +02:00 committed by GitHub
commit f377583be9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,8 +6,14 @@ let
# Same as "Unique Identifier" on the extension's web page.
# For the moment, only serve as unique extension dir.
vscodeExtUniqueId,
configurePhase ? ":",
buildPhase ? ":",
configurePhase ? ''
runHook preConfigure
runHook postConfigure
'',
buildPhase ?''
runHook preBuild
runHook postBuild
'',
dontPatchELF ? true,
dontStrip ? true,
buildInputs ? [],