New comment by sgn on void-packages repository https://github.com/void-linux/void-packages/pull/32396#issuecomment-894818543 Comment: On 2021-08-08 06:42:50-0700, Benjamin Slade ***@***.***> wrote: > > `mu4e` was disabled for cross build because `emacs` wasn't available there. > > However, `mu4e` is simply text files, and anyone that have it should have emacs installed already. > > So then could all of the `if [ ! "$CROSS_BUILD" ]` conditionals just be removed? Yes, I would say. > What about `emacs` as a dependency? I would ignore that dependencies, whoever uses mu4e should have emacs installed themselves, IMHO. > > > > 2. I think it would be far better for a merged package to be called `mu4e` rather than `mu`.... > > > I have no opinion, either way. One thing: someone who only have mu installed (who are they anyway?) won't see the upgrade from `mu` to `mu4e`. > > I can't really think of a use for `mu` without `mu4e`, but in theory I suppose someone could just have `mu` installed. > > But: > > ```` > $ xbps-query -Rs mu | wc -l > 1080 > > $ xbps-query -Rs mu4e | wc -l > 1 > ```` Fine by me. Or just keep it as is.