···53 homepage = "https://www.freedesktop.org/software/pulseaudio/webrtc-audio-processing";
54 description = "A more Linux packaging friendly copy of the AudioProcessing module from the WebRTC project";
55 license = licenses.bsd3;
56- platforms = platforms.unix;
057 # BE platforms are unsupported
58 # https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/issues/31
59 badPlatforms = platforms.bigEndian;
···53 homepage = "https://www.freedesktop.org/software/pulseaudio/webrtc-audio-processing";
54 description = "A more Linux packaging friendly copy of the AudioProcessing module from the WebRTC project";
55 license = licenses.bsd3;
56+ # https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/blob/master/webrtc/rtc_base/system/arch.h
57+ platforms = intersectLists platforms.unix (platforms.arm ++ platforms.aarch64 ++ platforms.mips ++ platforms.power ++ platforms.riscv ++ platforms.x86);
58 # BE platforms are unsupported
59 # https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/issues/31
60 badPlatforms = platforms.bigEndian;