forked from mirrors/nixpkgs
neovim: collect gui's in one place
This commit is contained in:
parent
819a375382
commit
0b516052e8
|
@ -13223,10 +13223,12 @@ let
|
|||
inherit (lua52Packages) lpeg luaMessagePack luabitop;
|
||||
};
|
||||
|
||||
neovim-qt = callPackage ../applications/editors/neovim-qt {
|
||||
neovim-qt = callPackage ../applications/editors/neovim/qt.nix {
|
||||
qt5 = qt55;
|
||||
};
|
||||
|
||||
neovim-pygui = pythonPackages.neovim_gui;
|
||||
|
||||
virtviewer = callPackage ../applications/virtualization/virt-viewer {
|
||||
gtkvnc = gtkvnc.override { enableGTK3 = true; };
|
||||
spice_gtk = spice_gtk.override { enableGTK3 = true; };
|
||||
|
|
|
@ -20830,7 +20830,7 @@ let
|
|||
};
|
||||
|
||||
neovim_gui = buildPythonPackage rec {
|
||||
name = "neovim-gui-${self.neovim.version}";
|
||||
name = "neovim-pygui-${self.neovim.version}";
|
||||
disabled = !isPy27;
|
||||
|
||||
src = self.neovim.src;
|
||||
|
|
Loading…
Reference in a new issue