Ax9D / pw-viz

Pipewire graph editor written in Rust. WIP⚠️
GNU General Public License v3.0
230 stars 14 forks source link

nixOS: Failed to build libspa-sys #33

Open sighnwaive opened 6 months ago

sighnwaive commented 6 months ago

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