Commit 5479767f authored by Stanisław Pitucha's avatar Stanisław Pitucha
Browse files

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.
parent a366e69a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];