ashpd-demo: Fix build with Pipewire 0.3.64
https://hydra.nixos.org/build/206766948
This commit is contained in:
parent
1b1f50645a
commit
347504079a
1 changed files with 4 additions and 0 deletions
|
@ -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 { };
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue