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;
|
inherit (lua52Packages) lpeg luaMessagePack luabitop;
|
||||||
};
|
};
|
||||||
|
|
||||||
neovim-qt = callPackage ../applications/editors/neovim-qt {
|
neovim-qt = callPackage ../applications/editors/neovim/qt.nix {
|
||||||
qt5 = qt55;
|
qt5 = qt55;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
neovim-pygui = pythonPackages.neovim_gui;
|
||||||
|
|
||||||
virtviewer = callPackage ../applications/virtualization/virt-viewer {
|
virtviewer = callPackage ../applications/virtualization/virt-viewer {
|
||||||
gtkvnc = gtkvnc.override { enableGTK3 = true; };
|
gtkvnc = gtkvnc.override { enableGTK3 = true; };
|
||||||
spice_gtk = spice_gtk.override { enableGTK3 = true; };
|
spice_gtk = spice_gtk.override { enableGTK3 = true; };
|
||||||
|
@ -20830,7 +20830,7 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
neovim_gui = buildPythonPackage rec {
|
neovim_gui = buildPythonPackage rec {
|
||||||
name = "neovim-gui-${self.neovim.version}";
|
name = "neovim-pygui-${self.neovim.version}";
|
||||||
disabled = !isPy27;
|
disabled = !isPy27;
|
||||||
|
|
||||||
src = self.neovim.src;
|
src = self.neovim.src;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user