pw-viz
pw-viz copied to clipboard
nixOS: Failed to build libspa-sys
trafficstars
I had a failed build on nixOS (output linked below). I'm just reporting this and happy to assist with any debugging that may be needed to find root cause.
This is from the pkgs repository and I'm adding it to my user packages with the below structure in my configuration.nix file.
users.users = {
sighnwaive = {
...;
packages = with pkgs; [
pw-viz
wireplumber
];
...;
};