ashpd-demo: Fix build with Pipewire 0.3.64

https://hydra.nixos.org/build/206766948
This commit is contained in:
Bobby Rong 2023-01-25 21:09:56 +08:00
parent 1b1f50645a
commit 347504079a
No known key found for this signature in database

View File

@ -64,6 +64,10 @@ stdenv.mkDerivation rec {
libshumate
];
# FIXME: workaround for Pipewire 0.3.64 deprecated API change, remove when fixed upstream
# https://gitlab.freedesktop.org/pipewire/pipewire-rs/-/issues/55
NIX_CFLAGS_COMPILE = [ "-DPW_ENABLE_DEPRECATED" ];
passthru = {
updateScript = nix-update-script { };
};