oguri: reduce supported platforms

This doesn't work on darwin which has no wayland support.
This commit is contained in:
Stanisław Pitucha 2023-02-18 00:21:27 +11:00 committed by Stanisław Pitucha
parent a366e69a12
commit 358fa30baf

View File

@ -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
};
}