vscode-with-extensions: set pname, version

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
Ethan Carter Edwards
2026-02-05 14:24:29 -05:00
parent 24e761c79e
commit da30bd5f29
@@ -73,6 +73,8 @@ in
runCommand "${wrappedPkgName}-with-extensions-${wrappedPkgVersion}"
{
pname = wrappedPkgName;
version = wrappedPkgVersion;
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ vscode ];
dontPatchELF = true;