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:
parent
3956435d0a
commit
567c1a360f
@ -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…
Reference in New Issue
Block a user