Merge pull request #207974 from K900/pipewire-fix-backports

authored by Sandro and committed by GitHub 64a3a91e a22b8165

+13
+13
pkgs/development/libraries/pipewire/default.nix
··· 102 102 ./0090-pipewire-config-template-paths.patch 103 103 # Place SPA data files in lib output to avoid dependency cycles 104 104 ./0095-spa-data-dir.patch 105 + 106 + # FIXME: backports, remove after 0.3.64 107 + # fix bluetooth issues 108 + (fetchpatch { 109 + url = "https://gitlab.freedesktop.org/pipewire/pipewire/-/commit/c7b3ef0d9ff16a1e69a299870860bebcb628e298.patch"; 110 + hash = "sha256-hiZ6VUhMu8NgwX5DZ/JRVl/g1Go0nZQSjQVrmqIzXoY="; 111 + }) 112 + 113 + # fix routes getting lost 114 + (fetchpatch { 115 + url = "https://gitlab.freedesktop.org/pipewire/pipewire/-/commit/89ac6b353521fb9a6d6eb6bb74724c4fa968f75c.patch"; 116 + hash = "sha256-vzHiKWGmyuUF2iDS/ZQws+bCXVYYEl048JaMckY/fGI="; 117 + }) 105 118 ]; 106 119 107 120 nativeBuildInputs = [