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
commit 8476a7dc84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

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