mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
Merge pull request #22557 from peterhoeg/f/neovim-qt
neovim-qt: works with qt 5.6 and msgpack 2.0
This commit is contained in:
commit
05ecf91c4e
@ -15401,10 +15401,7 @@ with pkgs;
|
||||
|
||||
neovim = callPackage ../applications/editors/neovim { };
|
||||
|
||||
neovim-qt = callPackage ../applications/editors/neovim/qt.nix {
|
||||
qt5 = qt55;
|
||||
libmsgpack = libmsgpack_1_4;
|
||||
};
|
||||
neovim-qt = callPackage ../applications/editors/neovim/qt.nix { };
|
||||
|
||||
neovim-pygui = pythonPackages.neovim_gui;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user