Merge pull request #216800 from viraptor/oguri-linux

oguri: reduce supported platforms
This commit is contained in:
Stanisław Pitucha 2023-02-28 21:44:43 +11:00 committed by GitHub
commit 590e56a73f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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