Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

oguri: reduce supported platforms

This doesn't work on darwin which has no wayland support.

authored by Stanisław Pitucha and committed by Stanisław Pitucha 358fa30b a366e69a

+2 -1
+2 -1
pkgs/tools/wayland/oguri/default.nix
··· 36 36 description = "A very nice animated wallpaper daemon for Wayland compositors"; 37 37 license = licenses.mit; 38 38 maintainers = with maintainers; [ AndersonTorres ]; 39 - platforms = platforms.unix; 39 + inherit (wayland.meta) platforms; 40 + broken = stdenv.isDarwin; # this should be enfoced by wayland platforms in the future 40 41 }; 41 42 }