3
0
Fork 0
forked from mirrors/nixpkgs

vimPlugins.vim-go: use the correct motion derivation for the dependency

This commit is contained in:
Wael M. Nasreddine 2018-11-14 18:33:38 -08:00
parent a9e2b3853f
commit 09cd6ff18b
No known key found for this signature in database
GPG key ID: 82AE0A31B33CEFCF

View file

@ -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 {