neovim wrapper: also make <vimplugin>.pythonDepedencies a function

A function of the same signature as the argument of python.withPackages
This commit is contained in:
Symphorien Gibol
2018-07-27 00:27:44 +02:00
parent c1752666df
commit dddaa94ac2
4 changed files with 21 additions and 13 deletions
+1 -1
View File
@@ -1015,7 +1015,7 @@ let
sha256 = "03sr53680kcwxaa5xbqzdfbsgday3bkzja33wym49w9gjmlaa320";
};
dependencies = ["vimproc" "vimshell" "self" "forms"];
pythonDependencies = with pythonPackages; [ sexpdata websocket_client ];
passthru.python3Dependencies = ps: with ps; [ sexpdata websocket_client ];
};
supertab = buildVimPluginFrom2Nix { # created by nix#NixDerivation