mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +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: {
|
finalPackage = cfg.package.overridePythonAttrs (oldAttrs: {
|
||||||
propagatedBuildInputs =
|
dependencies =
|
||||||
oldAttrs.propagatedBuildInputs
|
oldAttrs.dependencies
|
||||||
# for audio enhancements like auto-gain, noise suppression
|
# for audio enhancements like auto-gain, noise suppression
|
||||||
++ cfg.package.optional-dependencies.webrtc
|
++ cfg.package.optional-dependencies.webrtc
|
||||||
# vad is currently optional, because it is broken on aarch64-linux
|
# vad is currently optional, because it is broken on aarch64-linux
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue