diff --git a/pkgs/by-name/va/vapoursynth-bestsource/package.nix b/pkgs/by-name/va/vapoursynth-bestsource/package.nix index a98f93c11759..92c5d560e92e 100644 --- a/pkgs/by-name/va/vapoursynth-bestsource/package.nix +++ b/pkgs/by-name/va/vapoursynth-bestsource/package.nix @@ -55,6 +55,6 @@ stdenv.mkDerivation (finalAttrs: { gpl2Plus ]; maintainers = with lib.maintainers; [ snaki ]; - platforms = lib.platforms.x86_64; + platforms = lib.platforms.all; }; })