mellowplayer: mark broken on darwin

Fails when building tests because Carbon is not found, even though the
framework is installed.
Since the project is not maintainer, mark it as broken instead of
debugging.
This commit is contained in:
Stanisław Pitucha 2023-03-21 13:10:52 +11:00
parent 79ac6c8fda
commit 6ad224ce9a

View File

@ -10,6 +10,7 @@
, qtquickcontrols2
, qttools
, qtwebengine
, stdenv
}:
mkDerivation rec {
@ -61,6 +62,7 @@ mkDerivation rec {
meta = with lib; {
inherit (qtbase.meta) platforms;
broken = stdenv.isDarwin; # test build fails, but the project is not maintained anymore
description = "Cloud music integration for your desktop";
homepage = "https://gitlab.com/ColinDuquesnoy/MellowPlayer";