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 {
|
neovim = callPackage ../applications/editors/neovim {
|
||||||
inherit (lua52Packages) lpeg luaMessagePack luabitop;
|
inherit (lua52Packages) lpeg luaMessagePack luabitop;
|
||||||
|
python3Packages = python34Packages;
|
||||||
};
|
};
|
||||||
|
|
||||||
neovim-qt = callPackage ../applications/editors/neovim/qt.nix {
|
neovim-qt = callPackage ../applications/editors/neovim/qt.nix {
|
||||||
|
|
Loading…
Reference in New Issue