mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
neovim: no support for python 3.5 just yet
This commit is contained in:
parent
7c080c92b2
commit
d06f9d834c
@ -14396,6 +14396,7 @@ in
|
||||
|
||||
neovim = callPackage ../applications/editors/neovim {
|
||||
inherit (lua52Packages) lpeg luaMessagePack luabitop;
|
||||
python3Packages = python34Packages;
|
||||
};
|
||||
|
||||
neovim-qt = callPackage ../applications/editors/neovim/qt.nix {
|
||||
|
Loading…
Reference in New Issue
Block a user