diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 54ffe0599d..ae8213ddae 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -3609,21 +3609,24 @@ (define-public yambar-wayland #:configure-flags #~'("-Db_lto=true" "-Dbackend-x11=disabled" "-Dbackend-wayland=enabled"))) - (native-inputs (list pkg-config tllist flex bison scdoc wayland-protocols)) - (inputs (list - fcft - wayland - pipewire - libyaml - pixman - alsa-lib - json-c - libmpdclient - eudev)) + (native-inputs (list pkg-config + tllist + flex + bison + scdoc + wayland-protocols)) + (inputs (list fcft + wayland + pipewire + libyaml + pixman + alsa-lib + json-c + libmpdclient + eudev)) (synopsis "X11 and Wayland status panel") (description - "@command{yambar} is a lightweight and configurable status - panel (bar, for short) for X11 and Wayland, that goes to great - lengths to be both CPU and battery efficient - polling is only - done when absolutely necessary.") + "@command{yambar} is a lightweight and configurable status panel (bar, +for short) for X11 and Wayland, that goes to great lengths to be both CPU and +battery efficient---polling is only done when absolutely necessary.") (license license:expat)))