Merge pull request #199185 from wegank/ocaml-4.09-broken
This commit is contained in:
commit
59518c6eb8
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ stdenv.mkDerivation (args // {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
platforms = with platforms; linux ++ darwin;
|
platforms = with platforms; linux ++ darwin;
|
||||||
broken = stdenv.isAarch64 && lib.versionOlder version "4.06";
|
broken = stdenv.isAarch64 && lib.versionOlder version (if stdenv.isDarwin then "4.10" else "4.06");
|
||||||
};
|
};
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue