about summary refs log tree commit diff
path: root/pkgs/misc/vim-plugins
diff options
context:
space:
mode:
authorJohn Ericson <git@JohnEricson.me>2020-04-13 20:44:43 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2020-06-22 04:24:44 +0000
commitf3f7612a409e4ebbec634ab7f20e094f206d396a (patch)
tree58131834c6a8decb3a33bf3cb59dd3860cdca39c /pkgs/misc/vim-plugins
parente00d4d60214e04ba75d19870000e55b8ac4ed4dc (diff)
downloadnixlib-f3f7612a409e4ebbec634ab7f20e094f206d396a.tar
nixlib-f3f7612a409e4ebbec634ab7f20e094f206d396a.tar.gz
nixlib-f3f7612a409e4ebbec634ab7f20e094f206d396a.tar.bz2
nixlib-f3f7612a409e4ebbec634ab7f20e094f206d396a.tar.lz
nixlib-f3f7612a409e4ebbec634ab7f20e094f206d396a.tar.xz
nixlib-f3f7612a409e4ebbec634ab7f20e094f206d396a.tar.zst
nixlib-f3f7612a409e4ebbec634ab7f20e094f206d396a.zip
C++ Compilers: Systematize handling of standard libraries
Diffstat (limited to 'pkgs/misc/vim-plugins')
-rw-r--r--pkgs/misc/vim-plugins/overrides.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/misc/vim-plugins/overrides.nix b/pkgs/misc/vim-plugins/overrides.nix
index d9a68b90041e..11ffbfed9ad8 100644
--- a/pkgs/misc/vim-plugins/overrides.nix
+++ b/pkgs/misc/vim-plugins/overrides.nix
@@ -98,8 +98,6 @@ self: super: {
     # These usually implicitly set by cc-wrapper around clang (pkgs/build-support/cc-wrapper).
     # The linked ruby code shows generates the required '.clang_complete' for cmake based projects
     # https://gist.github.com/Mic92/135e83803ed29162817fce4098dec144
-    # as an alternative you can execute the following command:
-    # $ 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}/lib/libclang.so'"