There is an updated pull request by leahneukirchen against master on the void-packages repository https://github.com/leahneukirchen/void-packages vim-nox https://github.com/void-linux/void-packages/pull/31871 vim: add options for different build variants. Our vim build support different configurations, but the template builds all of them by default. This is a problem if one just wants a "small" vim as the dependency chain is huge (featuring LLVM, MozJS, Rust, ...). Add three options to configure the builds: - x11 enables the X11-clipboard build - gtk3 enables gvim - huge enables language interpreters (disabled for cross) Should have no functional difference, maintenance overhead is neglegible. I cleaned up some flags that got removed in 2019. cc @NeelChotai A patch file from https://github.com/void-linux/void-packages/pull/31871.patch is attached