diff --git a/nixos/modules/services/home-automation/wyoming/satellite.nix b/nixos/modules/services/home-automation/wyoming/satellite.nix index b0064569cc32..532129dc7552 100644 --- a/nixos/modules/services/home-automation/wyoming/satellite.nix +++ b/nixos/modules/services/home-automation/wyoming/satellite.nix @@ -23,8 +23,8 @@ let ; finalPackage = cfg.package.overridePythonAttrs (oldAttrs: { - propagatedBuildInputs = - oldAttrs.propagatedBuildInputs + dependencies = + oldAttrs.dependencies # for audio enhancements like auto-gain, noise suppression ++ cfg.package.optional-dependencies.webrtc # vad is currently optional, because it is broken on aarch64-linux