oguri: reduce supported platforms
This doesn't work on darwin which has no wayland support.
This commit is contained in:
parent
a366e69a12
commit
358fa30baf
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue