Loading pkgs/applications/editors/vscode/generic.nix +0 −4 Original line number Diff line number Diff line Loading @@ -19,7 +19,6 @@ }: let inherit (stdenv.hostPlatform) system; unwrapped = stdenv.mkDerivation { inherit pname version src sourceRoot dontFixup; Loading Loading @@ -135,9 +134,6 @@ let # this fixes bundled ripgrep chmod +x resources/app/node_modules/@vscode/ripgrep/bin/rg '' + lib.optionalString (lib.versionOlder version "1.78.0" && stdenv.isLinux) '' # see https://github.com/gentoo/gentoo/commit/4da5959 chmod +x resources/app/node_modules/node-pty/build/Release/spawn-helper ''; inherit meta; Loading Loading
pkgs/applications/editors/vscode/generic.nix +0 −4 Original line number Diff line number Diff line Loading @@ -19,7 +19,6 @@ }: let inherit (stdenv.hostPlatform) system; unwrapped = stdenv.mkDerivation { inherit pname version src sourceRoot dontFixup; Loading Loading @@ -135,9 +134,6 @@ let # this fixes bundled ripgrep chmod +x resources/app/node_modules/@vscode/ripgrep/bin/rg '' + lib.optionalString (lib.versionOlder version "1.78.0" && stdenv.isLinux) '' # see https://github.com/gentoo/gentoo/commit/4da5959 chmod +x resources/app/node_modules/node-pty/build/Release/spawn-helper ''; inherit meta; Loading