mangowc: fix build when enableXwayland = false (#462834)

This commit is contained in:
Aleksana
2025-11-23 11:35:32 +00:00
committed by GitHub
+5 -2
View File
@@ -57,10 +57,13 @@ stdenv.mkDerivation (finalAttrs: {
xwayland
];
mesonFlags = [
(lib.mesonEnable "xwayland" enableXWayland)
];
passthru = {
providedSessions = [
"dwl"
"mangowc"
"mango"
];
};