Merge pull request #230681 from bobby285271/upd/vscodium

This commit is contained in:
Artturi 2023-05-08 16:57:51 +03:00 committed by GitHub
commit 479ea4fc2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -135,7 +135,7 @@ let
# this fixes bundled ripgrep
chmod +x resources/app/node_modules/@vscode/ripgrep/bin/rg
'' + lib.optionalString (lib.versionOlder version "1.78.0") ''
'' + 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
'';