nixos/wyoming-satellite: fix override to use dependencies (#411891)

authored by

Martin Weinelt and committed by
GitHub
885a3eeb 3e410b72

+2 -2
+2 -2
nixos/modules/services/home-automation/wyoming/satellite.nix
··· 23 23 ; 24 24 25 25 finalPackage = cfg.package.overridePythonAttrs (oldAttrs: { 26 - propagatedBuildInputs = 27 - oldAttrs.propagatedBuildInputs 26 + dependencies = 27 + oldAttrs.dependencies 28 28 # for audio enhancements like auto-gain, noise suppression 29 29 ++ cfg.package.optional-dependencies.webrtc 30 30 # vad is currently optional, because it is broken on aarch64-linux