nixpkgs/pkgs/applications/misc/waybar
Patrick Steinhardt 6e3e40e68b waybar: fix build without cava support
With Waybar v0.10.0 a new "pipewire" module was added that will display
whether certain PipeWire features are certainly in use. Naturally, this
option requires libpipewire to be present. And by default it is getting
pulled in indeed via "cava" support flag. But when disabling that flag
then building Waybar will break due to the missing dependency.

Fix this by wiring up a new `pipewireSupport` flag. If either that flag
or the `cavaSupport` flag are set then we will pull in the "pipewire"
library.
2024-03-18 10:57:32 +01:00
..
default.nix waybar: fix build without cava support 2024-03-18 10:57:32 +01:00