neovim: no support for python 3.5 just yet
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user