Merge pull request #310530 from alyssais/webrtc-audio-processing_1-platforms

webrtc-audio-processing_1: tighten platforms

authored by Weijia Wang and committed by GitHub d51389b6 b9ce4f0d

+2 -1
+2 -1
pkgs/development/libraries/webrtc-audio-processing/default.nix
··· 53 53 homepage = "https://www.freedesktop.org/software/pulseaudio/webrtc-audio-processing"; 54 54 description = "A more Linux packaging friendly copy of the AudioProcessing module from the WebRTC project"; 55 55 license = licenses.bsd3; 56 - platforms = platforms.unix; 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); 57 58 # BE platforms are unsupported 58 59 # https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/issues/31 59 60 badPlatforms = platforms.bigEndian;