summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2023-01-21 11:39:35 +0300
committerGitHub <noreply@github.com>2023-01-21 11:39:35 +0300
commit68403fe04f6c85853ddd389c9e58dd9b9c8b0a36 (patch)
treeba7709964428ab2bb192432c29cf86c634ea9d88
parentf7b5b0668e2767f6b1937467b5bd25ae42626c3e (diff)
parentc58270a3c9fb46060ac9b1497993ecabc9f590fa (diff)
Merge pull request #211872 from linsui/helvum
helvum: fix build
-rw-r--r--pkgs/applications/audio/helvum/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/audio/helvum/default.nix b/pkgs/applications/audio/helvum/default.nix
index 798af97ab32f..684f074b4e61 100644
--- a/pkgs/applications/audio/helvum/default.nix
+++ b/pkgs/applications/audio/helvum/default.nix
@@ -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";