client-ip-echo: mark as broken
This commit is contained in:
parent
d862700486
commit
51cc22c14a
@ -13,4 +13,5 @@ mkDerivation {
|
|||||||
executableHaskellDepends = [ base bytestring network ];
|
executableHaskellDepends = [ base bytestring network ];
|
||||||
description = "accepts TCP connections and echoes the client's IP address back to it";
|
description = "accepts TCP connections and echoes the client's IP address back to it";
|
||||||
license = stdenv.lib.licenses.lgpl3;
|
license = stdenv.lib.licenses.lgpl3;
|
||||||
|
broken = true; # 2018-04-10
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user