From 567c1a360f1f3b531847432e734e6f7e6eec41a5 Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Wed, 4 Jan 2017 19:36:33 +0100 Subject: [PATCH] openfire: mark as broken; its unfriendlyness towards read-only installation directory and friendliness towards manual installation by just unpacking only grow with time --- pkgs/servers/xmpp/openfire/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/servers/xmpp/openfire/default.nix b/pkgs/servers/xmpp/openfire/default.nix index 9ae159a453d..0e6fcd5e989 100644 --- a/pkgs/servers/xmpp/openfire/default.nix +++ b/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; }; }