vim plugins: use v6.0 of the Clang library

clighter8 plugin seems to be using python bindings for clang 6.0
  clang_complete, another plugin using clang, works ok with this version
This commit is contained in:
Pavel Chuprikov
2018-09-22 17:52:35 +02:00
parent 80738ed9dc
commit 70f87e66b3
2 changed files with 3 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ let
overrides = callPackage ./overrides.nix {
inherit (darwin.apple_sdk.frameworks) Cocoa CoreFoundation CoreServices;
inherit buildVimPluginFrom2Nix;
inherit llvmPackages;
};
overriden = generated // (overrides generated);