diff options
| author | Oleg Pykhalov <go.wigust@gmail.com> | 2026-05-20 01:37:07 +0300 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-08-31 11:00:17 +0900 |
| commit | c3449c90d1a15935856ce932925bd6a657236103 (patch) | |
| tree | bbd148977e0af5cb7bc5e1d4e30905b8cb1d1918 | |
| parent | 2cbd2761670bc16f43f54933ed2e3001e4dd3f95 (diff) | |
gnu: webrtc-audio-processing: Build with abseil-cpp.
The webrtc was silently disabled in 'pipewire' package.
* gnu/packages/linux.scm (webrtc-audio-processing)
[inputs]: Move abseil-cpp from here...
[propagated-inputs]: ...to here.
Merges: https://codeberg.org/guix/guix/pulls/8723
Co-authored-by: Sughosha <sughosha@disroot.org>
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
| -rw-r--r-- | gnu/packages/audio.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 1352788ad3c..70cb036805c 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm | |||
| @@ -421,7 +421,7 @@ displays a histogram of the roundtrip time jitter.") | |||
| 421 | #~(list "-Dinline-sse=false") | 421 | #~(list "-Dinline-sse=false") |
| 422 | #~'()))) | 422 | #~'()))) |
| 423 | (native-inputs (list pkg-config)) | 423 | (native-inputs (list pkg-config)) |
| 424 | (inputs (list abseil-cpp)) | 424 | (propagated-inputs (list abseil-cpp)) |
| 425 | (synopsis "WebRTC's Audio Processing Library") | 425 | (synopsis "WebRTC's Audio Processing Library") |
| 426 | (description "WebRTC-Audio-Processing library based on Google's | 426 | (description "WebRTC-Audio-Processing library based on Google's |
| 427 | implementation of WebRTC.") | 427 | implementation of WebRTC.") |
