ocaml ≤ 4.05: mark as broken on Aarch64 (#47010)
This commit is contained in:
parent
b51628ab6b
commit
ce03af969e
@ -90,7 +90,7 @@ stdenv.mkDerivation (args // rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
platforms = with platforms; linux ++ darwin;
|
platforms = with platforms; linux ++ darwin;
|
||||||
broken = stdenv.isAarch64 && !stdenv.lib.versionAtLeast major_version "4.06";
|
broken = stdenv.isAarch64 && !stdenv.lib.versionAtLeast version "4.06";
|
||||||
};
|
};
|
||||||
|
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user