doc: nwg-panel: point out that it really is ok to build w/o wlr-randr
This commit is contained in:
@@ -64,7 +64,7 @@ in
|
|||||||
# XXX(2024/06/13): hyprland does not cross compile
|
# XXX(2024/06/13): hyprland does not cross compile
|
||||||
hyprland = null;
|
hyprland = null;
|
||||||
# XXX(2024/06/13): wlr-randr does not cross compile
|
# 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: {
|
}).overrideAttrs (base: {
|
||||||
patches = (base.patches or []) ++ lib.optionals (!cfg.config.mediaPrevNext) [
|
patches = (base.patches or []) ++ lib.optionals (!cfg.config.mediaPrevNext) [
|
||||||
./playerctl-no-prev-next.diff
|
./playerctl-no-prev-next.diff
|
||||||
|
Reference in New Issue
Block a user