mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 13:37:36 +00:00
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:
parent
a366e69a12
commit
5479767f2c
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user