wireplumber: backport default device selection fix from master

This commit is contained in:
K900 2022-01-14 19:14:51 +03:00
parent b7ada477f8
commit c1336ddd8c

View File

@ -1,6 +1,7 @@
{ lib
, stdenv
, fetchFromGitLab
, fetchpatch
, nix-update-script
, # base build deps
meson
@ -38,6 +39,15 @@ stdenv.mkDerivation rec {
sha256 = "sha256-yp4xtp+s+h+43LGVtYonoJ2tQaLRfwyMY4fp8z1l0CM=";
};
patches = [
# backport a fix for default device selection
# FIXME remove this after 0.4.8
(fetchpatch {
url = "https://gitlab.freedesktop.org/pipewire/wireplumber/-/commit/211f1e6b6cd4898121e4c2b821fae4dea6cc3317.patch";
sha256 = "sha256-EGcbJ8Rq/5ft6SV0VC+mTkhVE7Ycze4TL6AVc9KH7+M=";
})
];
nativeBuildInputs = [
meson
pkg-config