mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-12 22:47:28 +00:00
labwc: provide session
This commit is contained in:
parent
1578564b07
commit
ca9c705bfd
@ -70,6 +70,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
(lib.mesonEnable "xwayland" true)
|
||||
];
|
||||
|
||||
passthru = {
|
||||
providedSessions = [ "labwc" ];
|
||||
};
|
||||
|
||||
meta = {
|
||||
homepage = "https://github.com/labwc/labwc";
|
||||
description = "A Wayland stacking compositor, inspired by Openbox";
|
||||
|
Loading…
Reference in New Issue
Block a user