pw-viz icon indicating copy to clipboard operation
pw-viz copied to clipboard

nixOS: Failed to build libspa-sys

Open sighnwaive opened this issue 1 year ago • 4 comments
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
      ];
      ...;
    };

nix_output.txt

sighnwaive avatar Mar 12 '24 17:03 sighnwaive