1 { lib, stdenv, wlroots, pkg-config, wayland-scanner
2 , libxkbcommon, pixman, udev, wayland, wayland-protocols
7 inherit (wlroots) version src patches postPatch;
9 nativeBuildInputs = [ pkg-config wayland-scanner ];
10 buildInputs = [ libxkbcommon pixman udev wayland wayland-protocols wlroots ];
12 makeFlags = [ "-C" "tinywl" ];
17 cp tinywl/tinywl $out/bin
22 homepage = "https://gitlab.freedesktop.org/wlroots/wlroots/tree/master/tinywl";
23 description = ''A "minimum viable product" Wayland compositor based on wlroots'';
24 maintainers = with lib.maintainers; [ qyliss ] ++ wlroots.meta.maintainers;
25 license = lib.licenses.cc0;
26 inherit (wlroots.meta) platforms;
27 mainProgram = "tinywl";