Merge pull request #3970 from khaneliman/nativeinstallcheck

nix/default: disable version check
This commit is contained in:
Alexis Rouillard
2025-03-28 09:24:43 +01:00
committed by GitHub

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