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

ocaml ≤ 4.05: mark as broken on Aarch64
This commit is contained in:
Jörg Thalheim
2018-09-16 09:28:03 +01:00
committed by GitHub

View File

@@ -90,6 +90,7 @@ stdenv.mkDerivation (args // rec {
'';
platforms = with platforms; linux ++ darwin;
broken = stdenv.isAarch64 && !stdenv.lib.versionAtLeast major_version "4.06";
};
})