mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 01:04:25 +00:00
oguri: reduce supported platforms
This doesn't work on darwin which has no wayland support.
This commit is contained in:
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
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user