45 cp tinywl/tinywl $out/bin
49 passthru.tests = { inherit (nixosTests) tinywl; };
52 homepage = "https://gitlab.freedesktop.org/wlroots/wlroots/tree/master/tinywl";
53 description = ''A "minimum viable product" Wayland compositor based on wlroots'';
54 maintainers = with lib.maintainers; [ qyliss ] ++ wlroots.meta.maintainers;
55 license = lib.licenses.cc0;
56 inherit (wlroots.meta) platforms;
57 mainProgram = "tinywl";