openfire: mark as broken; its unfriendlyness towards read-only installation directory and friendliness towards manual installation by just unpacking only grow with time
···2323 meta = {
2424 description = "XMPP server in Java";
2525 platforms = stdenv.lib.platforms.unix;
2626+ # Some security advisories seem to apply, and each next version wants to
2727+ # write into larger parts of installation directory; installation is just
2828+ # unpacking, though
2929+ broken = true;
2630 };
2731}