ocamlPackages.uunf: mark as broken on AArch64

This commit is contained in:
Vincent Laporte
2018-07-31 12:51:36 +00:00
parent 9c37672e5a
commit d4bf592bbd

View File

@@ -29,5 +29,6 @@ stdenv.mkDerivation rec {
platforms = ocaml.meta.platforms or [];
license = licenses.bsd3;
maintainers = [ maintainers.vbgl ];
broken = stdenv.isAarch64;
};
}