rootbar: mark broken on darwin

Darwin doesn't do wayland. Mark the package broken.

+1
+1
pkgs/applications/misc/rootbar/default.nix
··· 41 license = licenses.gpl3Plus; 42 maintainers = with maintainers; [ AndersonTorres ]; 43 platforms = platforms.unix; 44 }; 45 }
··· 41 license = licenses.gpl3Plus; 42 maintainers = with maintainers; [ AndersonTorres ]; 43 platforms = platforms.unix; 44 + broken = stdenv.isDarwin; 45 }; 46 }