mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 04:24:28 +03:00
ocaml ≤ 4.05: mark as broken on Aarch64
This commit is contained in:
parent
16ce28ed72
commit
4f3868b72d
@ -90,6 +90,7 @@ stdenv.mkDerivation (args // rec {
|
||||
'';
|
||||
|
||||
platforms = with platforms; linux ++ darwin;
|
||||
broken = stdenv.isAarch64 && !stdenv.lib.versionAtLeast major_version "4.06";
|
||||
};
|
||||
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user