summary refs log tree commit diff
path: root/pkgs/misc/vim-plugins
diff options
context:
space:
mode:
authorWael M. Nasreddine <wael.nasreddine@gmail.com>2018-11-14 18:33:38 -0800
committerWael M. Nasreddine <wael.nasreddine@gmail.com>2018-11-14 18:33:38 -0800
commit09cd6ff18b9b5de03d909291df13af9dbc6e26eb (patch)
treee28f1e3fd9da2359d9cfbed5c38358067dd9a7ac /pkgs/misc/vim-plugins
parenta9e2b3853fe587435fc06db2e987cf91a12f866c (diff)
downloadnixpkgs-09cd6ff18b9b5de03d909291df13af9dbc6e26eb.tar
nixpkgs-09cd6ff18b9b5de03d909291df13af9dbc6e26eb.tar.gz
nixpkgs-09cd6ff18b9b5de03d909291df13af9dbc6e26eb.tar.bz2
nixpkgs-09cd6ff18b9b5de03d909291df13af9dbc6e26eb.tar.lz
nixpkgs-09cd6ff18b9b5de03d909291df13af9dbc6e26eb.tar.xz
nixpkgs-09cd6ff18b9b5de03d909291df13af9dbc6e26eb.tar.zst
nixpkgs-09cd6ff18b9b5de03d909291df13af9dbc6e26eb.zip
vimPlugins.vim-go: use the correct motion derivation for the dependency
Diffstat (limited to 'pkgs/misc/vim-plugins')
-rw-r--r--pkgs/misc/vim-plugins/overrides.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/misc/vim-plugins/overrides.nix b/pkgs/misc/vim-plugins/overrides.nix
index 39b0246d0d3..bc4f0faefb4 100644
--- a/pkgs/misc/vim-plugins/overrides.nix
+++ b/pkgs/misc/vim-plugins/overrides.nix
@@ -12,7 +12,7 @@
 
 # vim-go denpencies
 , asmfmt, delve, errcheck, godef, golint
-, gomodifytags, gotags, gotools, motion
+, gomodifytags, gotags, gotools, go-motion
 , gnused, reftools, gogetdoc, gometalinter
 , impl, iferr, gocode, gocode-gomod, go-tools
 }:
@@ -265,6 +265,7 @@ with generated;
       asmfmt
       delve
       errcheck
+      go-motion
       go-tools
       gocode
       gocode-gomod
@@ -277,7 +278,6 @@ with generated;
       gotools
       iferr
       impl
-      motion
       reftools
     ];
     in {