mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01: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:
parent
0dfdb8938b
commit
282bc1a10c
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue