webrtc-audio-processing_1: remove i686 platforms

authored by

Jonathan Ringer and committed by
Jonathan Ringer
eb3b962f f02555db

+3 -1
+3 -1
pkgs/development/libraries/webrtc-audio-processing/default.nix
··· 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; 40 }; 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 }