Skip to content

Commit

Permalink
vim-plugins: fix evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
LnL7 committed Jun 11, 2017
1 parent c4dbc30 commit 29049d0
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions pkgs/misc/vim-plugins/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 29049d0

Please sign in to comment.