libaosd: mark broken on darwin

While this can be made to compile on darwin:
- override cairo with x11Support
- fixup dylib paths in the binary
- add explicit libXrender for darwin

the app crashes anyway on floating point exception and doesn't do anything.

+1
+1
pkgs/development/libraries/libaosd/default.nix
··· 28 composited rendering via XComposite, as well as support for 29 rendering Cairo and Pango layouts. 30 ''; 31 homepage = "https://github.com/atheme-legacy/libaosd"; 32 license = licenses.mit; 33 maintainers = with maintainers; [ unode ];
··· 28 composited rendering via XComposite, as well as support for 29 rendering Cairo and Pango layouts. 30 ''; 31 + broken = stdenv.isDarwin; 32 homepage = "https://github.com/atheme-legacy/libaosd"; 33 license = licenses.mit; 34 maintainers = with maintainers; [ unode ];