From 282bc1a10ca37aea7e1e20decc62971e15b3897e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Wed, 2 Sep 2015 20:29:09 +0200 Subject: [PATCH] ocaml.asn1-combinators: mark broken on i686 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 36b406fd1b993c070579a1857cfd3ca816e21f91) Signed-off-by: Domen Kožar --- pkgs/development/ocaml-modules/asn1-combinators/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/ocaml-modules/asn1-combinators/default.nix b/pkgs/development/ocaml-modules/asn1-combinators/default.nix index 41f73b2f834..b3555d7fddb 100644 --- a/pkgs/development/ocaml-modules/asn1-combinators/default.nix +++ b/pkgs/development/ocaml-modules/asn1-combinators/default.nix @@ -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 }; }