Merge pull request #46726 from vbgl/ocaml-broken-on-aarch

ocaml ≤ 4.05: mark as broken on Aarch64

authored by

Jörg Thalheim and committed by
GitHub
6ccae990 33ccf046

+1
+1
pkgs/development/compilers/ocaml/generic.nix
··· 90 ''; 91 92 platforms = with platforms; linux ++ darwin; 93 }; 94 95 })
··· 90 ''; 91 92 platforms = with platforms; linux ++ darwin; 93 + broken = stdenv.isAarch64 && !stdenv.lib.versionAtLeast major_version "4.06"; 94 }; 95 96 })