pw-viz: fix build
This commit is contained in:
parent
1d72880e16
commit
a27f1c1ce3
1 changed files with 4 additions and 0 deletions
|
@ -47,6 +47,10 @@ rustPlatform.buildRustPackage rec {
|
|||
--add-rpath ${lib.makeLibraryPath [ libGL libxkbcommon wayland ]}
|
||||
'';
|
||||
|
||||
# enables pipewire API deprecated in 0.3.64
|
||||
# fixes error caused by https://gitlab.freedesktop.org/pipewire/pipewire-rs/-/issues/55
|
||||
NIX_CFLAGS_COMPILE = [ "-DPW_ENABLE_DEPRECATED" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "A simple and elegant pipewire graph editor ";
|
||||
homepage = "https://github.com/ax9d/pw-viz";
|
||||
|
|
Loading…
Reference in a new issue