Unverified Commit 68403fe0 authored by K900's avatar K900 Committed by GitHub
Browse files

Merge pull request #211872 from linsui/helvum

helvum: fix build
parents f7b5b066 c58270a3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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";