Skip to content

Commit

Permalink
ocaml-ng.ocamlPackages_4_09.ocaml: mark as broken on aarch64-darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank committed Nov 2, 2022
1 parent 60426c0 commit bbc0064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/compilers/ocaml/generic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ stdenv.mkDerivation (args // {
'';

platforms = with platforms; linux ++ darwin;
broken = stdenv.isAarch64 && lib.versionOlder version "4.06";
broken = stdenv.isAarch64 && lib.versionOlder version (if stdenv.isDarwin then "4.10" else "4.06");
};

})

0 comments on commit bbc0064

Please sign in to comment.