Merge pull request #48750 from Ma27/fix-vim-clang-completion
vimPlugins.clang_complete: fix path to libclang.so
This commit is contained in:
commit
9b1c2c479b
|
@ -94,7 +94,7 @@ with generated;
|
|||
# $ eval echo $(nix-instantiate --eval --expr 'with (import <nixpkgs>) {}; clang.default_cxx_stdlib_compile')
|
||||
preFixup = ''
|
||||
substituteInPlace "$out"/share/vim-plugins/clang_complete/plugin/clang_complete.vim \
|
||||
--replace "let g:clang_library_path = '' + "''" + ''" "let g:clang_library_path='${llvmPackages.clang.cc}/lib/libclang.so'"
|
||||
--replace "let g:clang_library_path = '' + "''" + ''" "let g:clang_library_path='${llvmPackages.clang.cc.lib}/lib/libclang.so'"
|
||||
'';
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue