From 5a228d4b4c09c3527f72c8841af1dff631f038eb Mon Sep 17 00:00:00 2001 From: Pavan Rikhi Date: Wed, 7 Jan 2015 02:13:20 -0500 Subject: [PATCH] ocaml lablgtkmathview: mark as broken --- pkgs/development/ocaml-modules/lablgtkmathview/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/ocaml-modules/lablgtkmathview/default.nix b/pkgs/development/ocaml-modules/lablgtkmathview/default.nix index 333e86fa3fe..299d4972f02 100644 --- a/pkgs/development/ocaml-modules/lablgtkmathview/default.nix +++ b/pkgs/development/ocaml-modules/lablgtkmathview/default.nix @@ -36,5 +36,6 @@ stdenv.mkDerivation { description = "OCaml bindings for gtkmathview"; license = stdenv.lib.licenses.lgpl2Plus; maintainers = [ stdenv.lib.maintainers.roconnor ]; + broken = true; }; }