webrtc-audio-processing: Enable parallel building

This commit is contained in:
OPNA2608
2024-03-14 16:28:33 +01:00
parent 35691d23f2
commit d989ce94fa
@@ -28,6 +28,8 @@ stdenv.mkDerivation rec {
substituteInPlace webrtc/base/checks.cc --replace 'defined(__UCLIBC__)' 1
'';
enableParallelBuilding = true;
meta = with lib; {
homepage = "https://www.freedesktop.org/software/pulseaudio/webrtc-audio-processing";
description = "A more Linux packaging friendly copy of the AudioProcessing module from the WebRTC project";