mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
helvum: fix build
This commit is contained in:
parent
9c8c055873
commit
c58270a3c9
@ -50,6 +50,9 @@ stdenv.mkDerivation rec {
|
|||||||
pipewire
|
pipewire
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# FIXME: workaround for Pipewire 0.3.64 deprecated API change, remove when fixed upstream
|
||||||
|
NIX_CFLAGS_COMPILE = [ "-DPW_ENABLE_DEPRECATED" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A GTK patchbay for pipewire";
|
description = "A GTK patchbay for pipewire";
|
||||||
homepage = "https://gitlab.freedesktop.org/pipewire/helvum";
|
homepage = "https://gitlab.freedesktop.org/pipewire/helvum";
|
||||||
|
Loading…
Reference in New Issue
Block a user