Skip to content

Commit 29049d0

Browse files
committedJun 11, 2017
vim-plugins: fix evaluation
1 parent c4dbc30 commit 29049d0

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed
 

‎pkgs/misc/vim-plugins/default.nix

-11
Original file line numberDiff line numberDiff line change
@@ -2383,17 +2383,6 @@ rec {
23832383

23842384
};
23852385

2386-
vimproc = buildVimPluginFrom2Nix { # created by nix#NixDerivation
2387-
name = "vimproc-2016-08-06";
2388-
src = fetchgit {
2389-
url = "git://github.com/Shougo/vimproc";
2390-
rev = "25cb83f24edec4aec1e9f1329302235e7a7a7fe0";
2391-
sha256 = "19nl21623cv05j6ljyn35qm38pw3680nch2by1gapqmxazp99i20";
2392-
};
2393-
dependencies = [];
2394-
2395-
};
2396-
23972386
vinegar = buildVimPluginFrom2Nix { # created by nix#NixDerivation
23982387
name = "vinegar-2017-05-23";
23992388
src = fetchgit {

0 commit comments

Comments
 (0)
Please sign in to comment.