lol

openfire: mark as broken; its unfriendlyness towards read-only installation directory and friendliness towards manual installation by just unpacking only grow with time

+4
+4
pkgs/servers/xmpp/openfire/default.nix
··· 23 23 meta = { 24 24 description = "XMPP server in Java"; 25 25 platforms = stdenv.lib.platforms.unix; 26 + # Some security advisories seem to apply, and each next version wants to 27 + # write into larger parts of installation directory; installation is just 28 + # unpacking, though 29 + broken = true; 26 30 }; 27 31 }