Merge pull request #140566 from jraygauthier/jrg/vscode-ext-fix-conf-build
This commit is contained in:
commit
f377583be9
@ -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 ? [],
|
||||
|
Loading…
Reference in New Issue
Block a user