wireplumber: backport a hang fix
Some applications (notably Steam) currently hang when attempting to play sound through pw-pulse. Backport a wireplumber fix for that.
This commit is contained in:
parent
8fe4769dc7
commit
48da737b31
1 changed files with 10 additions and 0 deletions
|
@ -39,6 +39,16 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "sha256-xwfggrjKHh5mZdvH6dKqQo6o1ltxuYdjoGYaWl31C/Y=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
# backport a patch to fix hangs in some applications
|
||||
# ref: https://gitlab.freedesktop.org/pipewire/wireplumber/-/issues/213
|
||||
# FIXME: drop this in 0.4.9
|
||||
(fetchpatch {
|
||||
url = "https://gitlab.freedesktop.org/pipewire/wireplumber/-/commit/afbc0ce57aac7aee8dc1651de4620f15c73dbace.patch";
|
||||
sha256 = "sha256-8ycFnrzDq7QHgjwJ/772OTMsSsN3m7gjbdvTmlMJ+mU=";
|
||||
})
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
meson
|
||||
pkg-config
|
||||
|
|
Loading…
Reference in a new issue