client-ip-echo: mark as broken

This commit is contained in:
xeji 2018-04-10 22:42:52 +02:00
parent d862700486
commit 51cc22c14a

View file

@ -13,4 +13,5 @@ mkDerivation {
executableHaskellDepends = [ base bytestring network ];
description = "accepts TCP connections and echoes the client's IP address back to it";
license = stdenv.lib.licenses.lgpl3;
broken = true; # 2018-04-10
}