mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
ocaml.asn1-combinators: mark broken on i686
(cherry picked from commit 36b406fd1b)
Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
@@ -27,5 +27,6 @@ stdenv.mkDerivation {
|
||||
platforms = ocaml.meta.platforms;
|
||||
license = stdenv.lib.licenses.bsd2;
|
||||
maintainers = with stdenv.lib.maintainers; [ vbgl ];
|
||||
broken = stdenv.isi686; # https://github.com/mirleft/ocaml-asn1-combinators/issues/13
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user