Error: betterbird ... removed ... insufficient maintainers

What options do I have besides switching to another client?

Package it yourself as part of your NixOS config, which would effectively make you the maintainer of said package (and you’d be responsible for updating it and fixing breakages with it).

Personally my recommendation in situations like these is to look for another avenue. In this case, it looks like Betterbird is available via Flatpak. You can set up Flatpak via your NixOS configuration then use it normally.

If you want to declaratively install Flatpak applications, there is nix-flatpak. See the project page and discussion.

Of course, this has a number of trade-offs and might not be the right choice for you. If you would prefer lifting the derivation into your configuration instead, we can probably help you figure that out. However, if it’s much like the Firefox build process, without the benefit of Hydra caching, this will probably not be a great experience.

If the developers provide an executable binary, you can create a Nix package for that. You’d likely need to use autoPatchelfHook (or buildFHSEnv) to get it to run, but the build would be much faster than trying to build such a large application from source.

Error: betterbird … removed … insufficient maintainers

That is only half the story. People put pressure on me to both support stable (I have no graphical system on stable) and unstable. Building betterbird even on good hardware, usually takes like 20 minutes and when it fails at the linking stage it is a bit annoying and can take a few tries to update. I usually did it on weekends when I usually have a lot of time but sometimes it feel through. Also I sometimes get the feeling that people get overzealous about packages other maintainers packages when they lack the security updates late.

If someone wants to help me maintain it, I think we could bring it back especially if people have the need for it.

3 Likes

Thanks for the suggestion. I feel like if I’m going to go that route, I might as well just switch to blendos or use distrobox.

I appreciate all of the maintainers but that just isn’t me anymore. I used to run gentoo on everything a decade ago but I guess I’m too old for this $#!+…?

I don’t think it’s so dire to be honest. I use Flatpak apps on all of my NixOS machines (mainly The GIMP nightly releases.) It does have some potential caveats but in my experience it is a perfectly reasonable escape hatch.

Of course, it’s all up to you. Distrobox and blendOS are also perfectly fine choices if you think those would fit your needs better.