Skip to content

Commit

Permalink
clighter8 (vim): set libclang path to lib output
Browse files Browse the repository at this point in the history
  • Loading branch information
pschuprikov committed Nov 25, 2018
1 parent 71bf86d commit 41f0e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/misc/vim-plugins/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ with generated;

clighter8 = clighter8.overrideAttrs(old: {
preFixup = ''
sed "/^let g:clighter8_libclang_path/s|')$|${llvmPackages.clang.cc}/lib/libclang.so')|" \
sed "/^let g:clighter8_libclang_path/s|')$|${llvmPackages.clang.cc.lib}/lib/libclang.so')|" \
-i "$out"/share/vim-plugins/clighter8/plugin/clighter8.vim
'';
});
Expand Down

0 comments on commit 41f0e93

Please sign in to comment.