vimPlugins: fix vim-docbk-snippets naming clash

This commit is contained in:
Galen Abell
2019-11-06 10:55:51 -08:00
committed by Jon
parent 1cfd1d06d6
commit 874201a860
3 changed files with 12 additions and 11 deletions
-11
View File
@@ -80,17 +80,6 @@ self: super: {
'';
};
# do not auto-update this one, as the name clashes with vim-snippets
vim-docbk-snippets = buildVimPluginFrom2Nix {
pname = "vim-docbk-snippets";
version = "2017-11-02";
src = fetchgit {
url = "https://github.com/jhradilek/vim-snippets";
rev = "69cce66defdf131958f152ea7a7b26c21ca9d009";
sha256 = "1363b2fmv69axrl2hm74dmx51cqd8k7rk116890qllnapzw1zjgc";
};
};
clang_complete = super.clang_complete.overrideAttrs(old: {
# In addition to the arguments you pass to your compiler, you also need to
# specify the path of the C++ std header (if you are using C++).