vimPlugins.vim-go: simplify postPatch

gnused is part of the stdenv
main
Sandro Jäckel 2 years ago committed by Sandro Jäckel
parent 2b74ba3ed7
commit 8a2e36cc53
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
  1. 4
      pkgs/applications/editors/vim/plugins/overrides.nix

@ -1053,9 +1053,7 @@ self: super: {
in
{
postPatch = ''
${gnused}/bin/sed \
-Ee 's@"go_bin_path", ""@"go_bin_path", "${binPath}"@g' \
-i autoload/go/config.vim
sed -i autoload/go/config.vim -Ee 's@"go_bin_path", ""@"go_bin_path", "${binPath}"@g'
'';
});

Loading…
Cancel
Save