mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 12:11:28 +00:00
Merge pull request #138158 from pshirshov/wip/vscode-ripgrep-fix
This commit is contained in:
commit
413d1cd38b
|
@ -121,6 +121,9 @@ let
|
|||
--replace "/usr/bin/pkexec" "/run/wrappers/bin/pkexec" \
|
||||
--replace "/bin/bash" "${bash}/bin/bash"
|
||||
rm -rf "$packed"
|
||||
|
||||
# this fixes bundled ripgrep
|
||||
chmod +x resources/app/node_modules/vscode-ripgrep/bin/rg
|
||||
'';
|
||||
|
||||
inherit meta;
|
||||
|
|
Loading…
Reference in a new issue