From 4e87a01cd02a0401914d7d0e59ee5666f1ddc521 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Sun, 1 Dec 2024 23:10:49 +0100 Subject: [PATCH] vscode: fix fhsenv version --- pkgs/applications/editors/vscode/generic.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/editors/vscode/generic.nix b/pkgs/applications/editors/vscode/generic.nix index 6a23b4c2aeb5..84b9c5d70103 100644 --- a/pkgs/applications/editors/vscode/generic.nix +++ b/pkgs/applications/editors/vscode/generic.nix @@ -63,7 +63,8 @@ let # extension tooling without significant pain. fhs = { additionalPkgs ? pkgs: [ ] }: buildFHSEnv { # also determines the name of the wrapped command - name = executableName; + pname = executableName; + inherit version; # additional libraries which are commonly needed for extensions targetPkgs = pkgs: (with pkgs; [