mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 07:00:43 +00:00
vim-plugins: vim-go: patch go#config#BinPath() instead of the caller
This commit is contained in:
parent
290dd06d14
commit
5ac0ee6ea8
|
@ -276,8 +276,8 @@ with generated;
|
|||
in {
|
||||
postPatch = ''
|
||||
${gnused}/bin/sed \
|
||||
-Ee 's@let go_bin_path = go#path#BinPath\(\)@let go_bin_path = "${binPath}"@g' \
|
||||
-i autoload/go/path.vim
|
||||
-Ee 's@"go_bin_path", ""@"go_bin_path", "${binPath}"@g' \
|
||||
-i autoload/go/config.vim
|
||||
'';
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue