pipewire: backport a few fixes

This commit is contained in:
K900
2022-12-27 17:04:20 +03:00
parent 6134954aec
commit c88535bc54
@@ -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 = [