vscode-with-extensions: set pname, version (#487395)

This commit is contained in:
Jo
2026-02-09 21:40:15 +00:00
committed by GitHub
@@ -73,6 +73,8 @@ in
runCommand "${wrappedPkgName}-with-extensions-${wrappedPkgVersion}"
{
pname = wrappedPkgName;
version = wrappedPkgVersion;
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ vscode ];
dontPatchELF = true;