nixpkgs/pkgs/misc/vim-plugins
Jörg Thalheim e2197465c1
cc-wrapper: externalize default_cxx_stdlib_compile
This value is require to get c++ std include path for libclang based tools (vim plugins in my case).
I currently extract it this with this rather command:

```
eval echo $(nix-instantiate --eval --expr 'with (import <nixpkgs>) {}; clang.default_cxx_stdlib_compile')
```

it did not trigger any recompilation on my system.
2017-06-08 19:50:40 +01:00
..
vim2nix cc-wrapper: externalize default_cxx_stdlib_compile 2017-06-08 19:50:40 +01:00
default.nix cc-wrapper: externalize default_cxx_stdlib_compile 2017-06-08 19:50:40 +01:00
vim-plugin-names vimPlugins.ack-vim: init at 2017-05-07 2017-05-22 22:21:44 +01:00
vim-utils.nix vim-utils: Handle overriding knownPlugins betters. 2017-03-19 18:44:02 -04:00