doc: nwg-panel: point out that it really is ok to build w/o wlr-randr

This commit is contained in:
Colin 2024-06-15 06:53:38 +00:00
parent aafcf7b478
commit aadbeab3ac

View File

@ -64,7 +64,7 @@ in
# XXX(2024/06/13): hyprland does not cross compile
hyprland = null;
# XXX(2024/06/13): wlr-randr does not cross compile
wlr-randr = null;
wlr-randr = null; #< only used if not on sway/hyprland; or if using dwl
}).overrideAttrs (base: {
patches = (base.patches or []) ++ lib.optionals (!cfg.config.mediaPrevNext) [
./playerctl-no-prev-next.diff