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.
This commit is contained in:
Stanisław Pitucha 2023-02-17 23:36:43 +11:00
parent a366e69a12
commit 5479767f2c

View file

@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
composited rendering via XComposite, as well as support for
rendering Cairo and Pango layouts.
'';
broken = stdenv.isDarwin;
homepage = "https://github.com/atheme-legacy/libaosd";
license = licenses.mit;
maintainers = with maintainers; [ unode ];