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

wip/yesman
Michael Raskin 8 years ago
parent 3956435d0a
commit 567c1a360f
  1. 4
      pkgs/servers/xmpp/openfire/default.nix

@ -23,5 +23,9 @@ stdenv.mkDerivation rec {
meta = {
description = "XMPP server in Java";
platforms = stdenv.lib.platforms.unix;
# Some security advisories seem to apply, and each next version wants to
# write into larger parts of installation directory; installation is just
# unpacking, though
broken = true;
};
}

Loading…
Cancel
Save