nix/default: disable version check
Downstream added version check, causes this flake to fail building.
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user