3
0
Fork 0
forked from mirrors/nixpkgs

neovim-qt: works with qt 5.6 and msgpack 2.0

This commit is contained in:
Peter Hoeg 2017-02-08 22:37:46 +08:00
parent 01fef3f7db
commit c2a963ceae

View file

@ -15394,10 +15394,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;