3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #98605 from unclechu/patch/unclechu/update-neovim-qt-to-0.2.16.1

Update neovim-qt from 0.2.15 to 0.2.16.1
This commit is contained in:
Gabriel Ebner 2020-10-04 15:43:26 +02:00 committed by GitHub
commit bf77b6d9dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View file

@ -4,17 +4,18 @@
let
unwrapped = mkDerivation rec {
pname = "neovim-qt-unwrapped";
version = "0.2.15";
version = "0.2.16.1";
src = fetchFromGitHub {
owner = "equalsraf";
repo = "neovim-qt";
rev = "v${version}";
sha256 = "097nykglqp4jyvla4yp32sc1f1hph4cqqhp6rm9ww7br8c0j54xl";
sha256 = "0x5brrim3f21bzdmh6wyrhrislwpx1248wbx56csvic6v78hzqny";
};
cmakeFlags = [
"-DUSE_SYSTEM_MSGPACK=1"
"-DENABLE_TESTS=0" # tests fail because xcb platform plugin is not found
];
buildInputs = [

View file

@ -23837,7 +23837,7 @@ in
neovim = wrapNeovim neovim-unwrapped { };
neovim-qt = libsForQt514.callPackage ../applications/editors/neovim/qt.nix { };
neovim-qt = libsForQt5.callPackage ../applications/editors/neovim/qt.nix { };
olifant = callPackage ../applications/misc/olifant { };