mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
nixos/wyoming-satellite: fix override to use dependencies
This commit is contained in:
parent
feaf511c4c
commit
7ca9f21361
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue