pwvucontrol: fix build

fix #389656, add patch for wireplumber-0.4.17

authored by ocfox and committed by Masum Reza 729fa0f9 b52f6f7f

+8
+8
pkgs/by-name/pw/pwvucontrol/package.nix
··· 3 stdenv, 4 fetchFromGitHub, 5 fetchFromGitLab, 6 cargo, 7 desktop-file-utils, 8 meson, ··· 31 tag = version; 32 hash = "sha256-vhpQT67+849WV1SFthQdUeFnYe/okudTQJoL3y+wXwI="; 33 }; 34 }); 35 in 36 stdenv.mkDerivation (finalAttrs: {
··· 3 stdenv, 4 fetchFromGitHub, 5 fetchFromGitLab, 6 + fetchpatch, 7 cargo, 8 desktop-file-utils, 9 meson, ··· 32 tag = version; 33 hash = "sha256-vhpQT67+849WV1SFthQdUeFnYe/okudTQJoL3y+wXwI="; 34 }; 35 + 36 + patches = [ 37 + (fetchpatch { 38 + url = "https://gitlab.freedesktop.org/pipewire/wireplumber/-/commit/f4f495ee212c46611303dec9cd18996830d7f721.patch"; 39 + hash = "sha256-dxVlXFGyNvWKZBrZniFatPPnK+38pFGig7LGAsc6Ydc="; 40 + }) 41 + ]; 42 }); 43 in 44 stdenv.mkDerivation (finalAttrs: {