Merge pull request #43388 from symphorien/neovim-python-env

Fix neovim PYTHONPATH handling
This commit is contained in:
Jörg Thalheim
2018-08-30 08:51:21 +01:00
committed by GitHub
4 changed files with 35 additions and 28 deletions
@@ -1 +1 @@
pythonDependencies = with pythonPackages; [ sexpdata websocket_client ];
passthru.python3Dependencies = ps: with ps; [ sexpdata websocket_client ];