pipewire: backport fix as recommended upstream

This commit is contained in:
K900 2023-04-11 18:09:59 +03:00
parent 3c070a08ff
commit 3c7f806954

View file

@ -105,6 +105,13 @@ let
./0090-pipewire-config-template-paths.patch
# Place SPA data files in lib output to avoid dependency cycles
./0095-spa-data-dir.patch
# backport patch fixing no sound in some cases
# FIXME: remove for next release
(fetchpatch {
url = "https://gitlab.freedesktop.org/pipewire/pipewire/-/commit/8748c77451ce332dd24549b414200499ede4f184.diff";
hash = "sha256-nxWszqLUbO1XS/DWIBYrGpVZFy2c5+E2V9dlBMekShM=";
})
];
strictDeps = true;