diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 11b13055de4c..ed69b34783e1 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -12129,7 +12129,7 @@ with pkgs; num = if (with stdenv.targetPlatform; isVc4 || libc == "relibc") then 6 else if (stdenv.targetPlatform.isAarch64 && stdenv.isDarwin) then 11 - else if (stdenv.targetPlatform.isx86_64 && stdenv.isLinux) then 11 + else if (stdenv.targetPlatform.isx86_64) then 11 else if stdenv.targetPlatform.isAarch64 then 9 else 10; numS = toString num;