diff options
| author | Symphorien Gibol <symphorien+git@xlumurb.eu> | 2018-07-11 17:05:51 +0200 |
|---|---|---|
| committer | Symphorien Gibol <symphorien+git@xlumurb.eu> | 2018-07-24 15:02:48 +0200 |
| commit | 10436a707a45f540e10d6b0cb5a2c075dff1fc66 (patch) | |
| tree | 437ffa4948cc4e0502cb28fe87a51a7d504676a8 /pkgs/development/python-modules/httpsig | |
| parent | cc700ad55b3fc4bc257826b3167c3a1247b50a5b (diff) | |
neovim wrapper: do not unset PYTHONPATH
This solves the following bug:
opening neovim in nix-shell -p pythonPackages.numpy does not enable to
run successfully
:!python -c "import numpy"
because the PYTHONPATH is wiped by the neovim wrapper.
This wiping is necessary for the python providers, though, otherwise a
python2 nix-shell will make the python3 provider read python2 files.
We wrap the providers only, instead of neovim as whole.
Diffstat (limited to 'pkgs/development/python-modules/httpsig')
0 files changed, 0 insertions, 0 deletions
