oguri: reduce supported platforms
This doesn't work on darwin which has no wayland support.
This commit is contained in:
committed by
Stanisław Pitucha
parent
a366e69a12
commit
358fa30baf
@@ -36,6 +36,7 @@ stdenv.mkDerivation rec {
|
||||
description = "A very nice animated wallpaper daemon for Wayland compositors";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ AndersonTorres ];
|
||||
platforms = platforms.unix;
|
||||
inherit (wayland.meta) platforms;
|
||||
broken = stdenv.isDarwin; # this should be enfoced by wayland platforms in the future
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user