20 stdenv.mkDerivation (finalAttrs: {
24 src = fetchFromGitHub {
27 rev = finalAttrs.version;
28 hash = "sha256-G8dRa4hgev3x58uqp5To5OzF3zcPSuT3NL9MPnWf2M8=";
53 dontUseCmakeConfigure = true;
55 passthru.providedSessions = [ "waybox" ];
58 homepage = "https://github.com/wizbright/waybox";
59 description = "An openbox clone on Wayland";
60 license = lib.licenses.mit;
61 mainProgram = "waybox";
62 maintainers = with lib.maintainers; [ AndersonTorres ];
63 inherit (wayland.meta) platforms;