From cd82d267b9fe3c843f87265e1d3028c7ab6a434a Mon Sep 17 00:00:00 2001 From: Uli Baum Date: Sun, 21 Oct 2018 22:29:02 +0200 Subject: [PATCH] coturn: mark broken on darwin --- pkgs/servers/coturn/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/servers/coturn/default.nix b/pkgs/servers/coturn/default.nix index cecc2f307df2..9bf461938cdb 100644 --- a/pkgs/servers/coturn/default.nix +++ b/pkgs/servers/coturn/default.nix @@ -20,6 +20,7 @@ stdenv.mkDerivation rec { license = with licenses; [ bsd3 ]; description = "A TURN server"; platforms = platforms.all; + broken = stdenv.isDarwin; # 2018-10-21 maintainers = [ maintainers.ralith ]; }; }