Commit 729fa0f9 authored by ocfox's avatar ocfox Committed by Masum Reza
Browse files

pwvucontrol: fix build

fix #389656, add patch for wireplumber-0.4.17
parent b52f6f7f
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
  stdenv,
  fetchFromGitHub,
  fetchFromGitLab,
  fetchpatch,
  cargo,
  desktop-file-utils,
  meson,
@@ -31,6 +32,13 @@ let
      tag = version;
      hash = "sha256-vhpQT67+849WV1SFthQdUeFnYe/okudTQJoL3y+wXwI=";
    };

    patches = [
      (fetchpatch {
        url = "https://gitlab.freedesktop.org/pipewire/wireplumber/-/commit/f4f495ee212c46611303dec9cd18996830d7f721.patch";
        hash = "sha256-dxVlXFGyNvWKZBrZniFatPPnK+38pFGig7LGAsc6Ydc=";
      })
    ];
  });
in
stdenv.mkDerivation (finalAttrs: {