nix/default: disable version check
Downstream added version check, causes this flake to fail building.
This commit is contained in:
parent
8490a1d9b9
commit
f631d5eaf9
|
|
@ -27,6 +27,8 @@ in
|
||||||
|
|
||||||
# downstream patch should not affect upstream
|
# downstream patch should not affect upstream
|
||||||
patches = [];
|
patches = [];
|
||||||
|
# nixpkgs checks version, no need when building locally
|
||||||
|
nativeInstallCheckInputs = [];
|
||||||
|
|
||||||
buildInputs = (builtins.filter (p: p.pname != "wireplumber") oldAttrs.buildInputs) ++ [
|
buildInputs = (builtins.filter (p: p.pname != "wireplumber") oldAttrs.buildInputs) ++ [
|
||||||
pkgs.wireplumber
|
pkgs.wireplumber
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue