Skip to content

Commit

Permalink
chore(tests): disable spotify-player on darwin
Browse files Browse the repository at this point in the history
Fails to build currently
  • Loading branch information
getchoo committed Nov 27, 2024
1 parent 32359bf commit 9713547
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/darwin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
obs-studio.enable = lib.mkForce false;
rio.enable = lib.mkForce false; # marked as broken
rofi.enable = lib.mkForce false;
spotify-player.enable = lib.mkForce false; # NOTE: same as mpv
swaylock.enable = lib.mkForce false;
tofi.enable = lib.mkForce false;
waybar.enable = lib.mkForce false;
Expand Down

0 comments on commit 9713547

Please sign in to comment.