Loading pkgs/applications/audio/helvum/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,9 @@ stdenv.mkDerivation rec { pipewire ]; # FIXME: workaround for Pipewire 0.3.64 deprecated API change, remove when fixed upstream NIX_CFLAGS_COMPILE = [ "-DPW_ENABLE_DEPRECATED" ]; meta = with lib; { description = "A GTK patchbay for pipewire"; homepage = "https://gitlab.freedesktop.org/pipewire/helvum"; Loading Loading
pkgs/applications/audio/helvum/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,9 @@ stdenv.mkDerivation rec { pipewire ]; # FIXME: workaround for Pipewire 0.3.64 deprecated API change, remove when fixed upstream NIX_CFLAGS_COMPILE = [ "-DPW_ENABLE_DEPRECATED" ]; meta = with lib; { description = "A GTK patchbay for pipewire"; homepage = "https://gitlab.freedesktop.org/pipewire/helvum"; Loading