nix/default: disable version check

Downstream added version check, causes this flake to fail building.
This commit is contained in:
Austin Horstman
2025-03-05 22:44:55 -06:00
parent 8490a1d9b9
commit f631d5eaf9

View File

@ -27,6 +27,8 @@ in
# downstream patch should not affect upstream
patches = [];
# nixpkgs checks version, no need when building locally
nativeInstallCheckInputs = [];
buildInputs = (builtins.filter (p: p.pname != "wireplumber") oldAttrs.buildInputs) ++ [
pkgs.wireplumber