Skip to content

Commit

Permalink
ocaml ≤ 4.05: mark as broken on Aarch64 (#47010)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl authored and xeji committed Sep 20, 2018
1 parent b51628a commit ce03af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/compilers/ocaml/generic.nix
Expand Up @@ -90,7 +90,7 @@ stdenv.mkDerivation (args // rec {
'';

platforms = with platforms; linux ++ darwin;
broken = stdenv.isAarch64 && !stdenv.lib.versionAtLeast major_version "4.06";
broken = stdenv.isAarch64 && !stdenv.lib.versionAtLeast version "4.06";
};

})
Expand Down

0 comments on commit ce03af9

Please sign in to comment.