mangowc: fix build when enableXwayland = false, correct providedSessions.

This commit is contained in:
hustlerone
2025-11-19 16:19:22 +01:00
parent 8107214238
commit 0aeb8cbc98
+5 -2
View File
@@ -57,10 +57,13 @@ stdenv.mkDerivation (finalAttrs: {
xwayland
];
mesonFlags = [
(lib.mesonEnable "xwayland" enableXWayland)
];
passthru = {
providedSessions = [
"dwl"
"mangowc"
"mango"
];
};