Merge pull request #180560 from K900/wireplumber-0.4.11-fixes

wireplumber: backport a fix for no sound in VMs

authored by K900 and committed by GitHub 4acc1624 a8406971

+10
+10
pkgs/development/libraries/pipewire/wireplumber.nix
··· 1 1 { lib 2 2 , stdenv 3 3 , fetchFromGitLab 4 + , fetchpatch 4 5 , nix-update-script 5 6 , # base build deps 6 7 meson ··· 37 38 rev = version; 38 39 sha256 = "sha256-3NrzOsL0MekxMMXCFubEkazzSWFNsjUsX8n2ECcr7yY="; 39 40 }; 41 + 42 + patches = [ 43 + # fix sound not working in VMs 44 + # FIXME: drop in next release 45 + (fetchpatch { 46 + url = "https://gitlab.freedesktop.org/pipewire/wireplumber/-/commit/c16e637c329bc9dda8544b18f5bd47a8d63ee253.patch"; 47 + sha256 = "sha256-xhhAlhOovwIjwAxXxvHRTG4GzpIPYvKQE2F4ZP1Udq8="; 48 + }) 49 + ]; 40 50 41 51 nativeBuildInputs = [ 42 52 meson