vim-plugins: fix evaluation

This commit is contained in:
Daiderd Jordan 2017-06-11 14:48:21 +02:00
parent c4dbc30213
commit 29049d07f9
No known key found for this signature in database
GPG Key ID: D02435D05B810C96

View File

@ -2383,17 +2383,6 @@ rec {
};
vimproc = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vimproc-2016-08-06";
src = fetchgit {
url = "git://github.com/Shougo/vimproc";
rev = "25cb83f24edec4aec1e9f1329302235e7a7a7fe0";
sha256 = "19nl21623cv05j6ljyn35qm38pw3680nch2by1gapqmxazp99i20";
};
dependencies = [];
};
vinegar = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vinegar-2017-05-23";
src = fetchgit {