about summary refs log tree commit diff
path: root/pkgs/applications/audio/mellowplayer
diff options
context:
space:
mode:
authorStanisław Pitucha <git@viraptor.info>2023-03-21 13:10:52 +1100
committerStanisław Pitucha <git@viraptor.info>2023-03-21 13:10:52 +1100
commit6ad224ce9a610cbf0a617908d9eca8fb54b5d813 (patch)
tree68da9bceceeb1379de57b1c6b388d04d1154c6f4 /pkgs/applications/audio/mellowplayer
parent79ac6c8fda5bfaec8cb2543787ca5cc04520be34 (diff)
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.
Diffstat (limited to 'pkgs/applications/audio/mellowplayer')
-rw-r--r--pkgs/applications/audio/mellowplayer/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/audio/mellowplayer/default.nix b/pkgs/applications/audio/mellowplayer/default.nix
index 5bdcb81fb6331..b736ae8829904 100644
--- a/pkgs/applications/audio/mellowplayer/default.nix
+++ b/pkgs/applications/audio/mellowplayer/default.nix
@@ -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";