1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

neovim: no support for python 3.5 just yet

This commit is contained in:
Rok Garbas 2016-05-20 10:25:00 +02:00
parent 7c080c92b2
commit d06f9d834c

View file

@ -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 {