vimPlugins.vimwiki: readd

was remove accidentally removed in 425bc07d43
This commit is contained in:
Jörg Thalheim 2017-06-19 18:53:16 +01:00
parent 5446934b41
commit 10c2f39df0
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA

View File

@ -2382,6 +2382,16 @@ rec {
};
vimwiki = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vimwiki-2017-04-15";
src = fetchgit {
url = "git://github.com/vimwiki/vimwiki";
rev = "8cdc1c15388cc7f4edb827ff15dbc31d592a79af";
sha256 = "0hzmssyz7y7hv3mv67zkqwxc13crkpwv0plm7z701943h2zxj08h";
};
dependencies = [];
};
vinegar = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vinegar-2017-05-23";
src = fetchgit {