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

This commit is contained in:
Sandro
2022-12-28 01:16:28 +01:00
committed by GitHub
@@ -102,6 +102,19 @@ let
./0090-pipewire-config-template-paths.patch
# Place SPA data files in lib output to avoid dependency cycles
./0095-spa-data-dir.patch
# FIXME: backports, remove after 0.3.64
# fix bluetooth issues
(fetchpatch {
url = "https://gitlab.freedesktop.org/pipewire/pipewire/-/commit/c7b3ef0d9ff16a1e69a299870860bebcb628e298.patch";
hash = "sha256-hiZ6VUhMu8NgwX5DZ/JRVl/g1Go0nZQSjQVrmqIzXoY=";
})
# fix routes getting lost
(fetchpatch {
url = "https://gitlab.freedesktop.org/pipewire/pipewire/-/commit/89ac6b353521fb9a6d6eb6bb74724c4fa968f75c.patch";
hash = "sha256-vzHiKWGmyuUF2iDS/ZQws+bCXVYYEl048JaMckY/fGI=";
})
];
nativeBuildInputs = [