Merge pull request #212608 from bobby285271/fix/ashpd-demo

ashpd-demo: Fix build with Pipewire 0.3.64
This commit is contained in:
Artturi 2023-01-25 15:50:19 +02:00 committed by GitHub
commit 097c115f02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 { };
};