vim: Disable GUI support
This commit is contained in:
parent
dc7cfac994
commit
9353bd23fd
1 changed files with 4 additions and 0 deletions
|
@ -102,6 +102,10 @@ in genAttrs [
|
|||
buildInputs = remove prev.gtkmm2.dev prevAttrs.buildInputs;
|
||||
});
|
||||
|
||||
vim-full = prev.vim-full.override {
|
||||
guiSupport = false;
|
||||
};
|
||||
|
||||
wayland = prev.wayland.override {
|
||||
# broken
|
||||
withDocumentation = false;
|
||||
|
|
Loading…
Reference in a new issue