Unverified Commit 410e3820 authored by Bobby Rong's avatar Bobby Rong
Browse files
parent d9edc0e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
    '';