pipewire: apply patch for missing declarations

main
Yureka 2 years ago committed by Yuka
parent eee7dfc4f1
commit 38b9458247
  1. 6
      pkgs/development/libraries/pipewire/default.nix

@ -102,6 +102,12 @@ let
./0090-pipewire-config-template-paths.patch
# Place SPA data files in lib output to avoid dependency cycles
./0095-spa-data-dir.patch
# Fixes missing function declarations in pipewire headers
# Should be removed after the next release
(fetchpatch {
url = "https://gitlab.freedesktop.org/pipewire/pipewire/-/commit/a2e98e28c1e6fb58b273ef582398d8bee4d2b769.patch";
sha256 = "sha256-tqiiAW2fTEp23HT59XR2D/G08pVENJtpxUI7UVufj/A=";
})
];
nativeBuildInputs = [

Loading…
Cancel
Save