27 stdenv.mkDerivation (finalAttrs: {
31 src = fetchFromGitHub {
34 rev = finalAttrs.version;
35 hash = "sha256-nQLxE2Q4GiLUjkag/yqctzmkKKWFw1XNFjotE8MMgBA=";
65 outputs = [ "out" "man" ];
70 (lib.mesonEnable "xwayland" true)
74 homepage = "https://github.com/labwc/labwc";
75 description = "A Wayland stacking compositor, inspired by Openbox";
76 changelog = "https://raw.githubusercontent.com/labwc/labwc/${finalAttrs.version}/NEWS.md";
77 license = lib.licenses.gpl2Plus;
78 maintainers = with lib.maintainers; [ AndersonTorres ];
79 inherit (wayland.meta) platforms;