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

This commit is contained in:
Michael Raskin 2017-01-04 19:36:33 +01:00
parent 3956435d0a
commit 567c1a360f

View File

@ -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;
};
}