ocaml-ng.ocamlPackages_4_08.uunf: mark as broken on aarch64
Fails to build consistently on aarch64 for unknown reasons, probably a compiler bug as OCaml 4.12 seems to work.
This commit is contained in:
committed by
Vincent Laporte
parent
97d2411bf3
commit
7b63df2fde
@@ -56,5 +56,8 @@ stdenv.mkDerivation {
|
||||
platforms = ocaml.meta.platforms or [];
|
||||
license = licenses.bsd3;
|
||||
maintainers = [ maintainers.vbgl ];
|
||||
# See https://github.com/dbuenzli/uunf/issues/15#issuecomment-903151264
|
||||
broken = lib.versions.majorMinor ocaml.version == "4.08"
|
||||
&& stdenv.hostPlatform.isAarch64;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user