summary refs log tree commit diff
path: root/pkgs/development/libraries/libtoxcore/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/libtoxcore/default.nix')
-rw-r--r--pkgs/development/libraries/libtoxcore/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/libtoxcore/default.nix b/pkgs/development/libraries/libtoxcore/default.nix
index 5d97a263b88..47bc9456d2f 100644
--- a/pkgs/development/libraries/libtoxcore/default.nix
+++ b/pkgs/development/libraries/libtoxcore/default.nix
@@ -38,6 +38,7 @@ let
     '';
 
     meta = with lib; {
+      broken = stdenv.isDarwin;
       description = "P2P FOSS instant messaging application aimed to replace Skype";
       homepage = "https://tox.chat";
       license = licenses.gpl3Plus;