Merge pull request #222875 from viraptor/libtoxcore-darwin

libtoxcore: mark not broken on darwin
This commit is contained in:
Weijia Wang
2023-03-24 15:19:09 +02:00
committed by GitHub
@@ -38,7 +38,6 @@ in stdenv.mkDerivation rec {
# https://github.com/TokTok/c-toxcore/issues/2334
meta = with lib; {
broken = stdenv.isDarwin;
description = "P2P FOSS instant messaging application aimed to replace Skype";
homepage = "https://tox.chat";
license = licenses.gpl3Plus;