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
commit 6ccae990c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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";
};
})