about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2017-09-28 23:16:18 +0200
committerRobin Gloster <mail@glob.in>2017-09-28 23:16:18 +0200
commit23fdbaa37599f490435056b9865023870656571b (patch)
tree38576d0b408f057b75774fdd79870362970b9edd /pkgs/development/ocaml-modules
parentbe9cd9aef7b3530a3ee3089fb6536fc453345d35 (diff)
treewide: mark a bunch of failing builds as broken
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/curses/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/curses/default.nix b/pkgs/development/ocaml-modules/curses/default.nix
index 4fd75e7aac532..834b810183ba7 100644
--- a/pkgs/development/ocaml-modules/curses/default.nix
+++ b/pkgs/development/ocaml-modules/curses/default.nix
@@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
     license = licenses.gpl2;
     maintainers = [ maintainers.volth ];
     platforms = ocaml.meta.platforms or [];
+    broken = true;
   };
 }