···36 homepage = "http://www.freedesktop.org/software/pulseaudio/webrtc-audio-processing";
37 description = "A more Linux packaging friendly copy of the AudioProcessing module from the WebRTC project";
38 license = licenses.bsd3;
39- platforms = platforms.unix;
0040 };
41}
···36 homepage = "http://www.freedesktop.org/software/pulseaudio/webrtc-audio-processing";
37 description = "A more Linux packaging friendly copy of the AudioProcessing module from the WebRTC project";
38 license = licenses.bsd3;
39+ # attempts to inline 256bit AVX instructions on x86
40+ # https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/issues/5
41+ platforms = lib.lists.subtractLists platforms.i686 platforms.unix;
42 };
43}