about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-08-30 02:32:47 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-08-30 02:33:23 +0000
commit2a191ed853c931e6d69ee84a17d56c1bbf633190 (patch)
treef7316dcf8ba21ee76921dea299e3a073eeabd94d
parent8c506dfb64f1bc46521ef0f7646e846c0a540def (diff)
ocamlPackages.ppx_deriving_yojson: mark as broken with OCaml 4.05
-rw-r--r--pkgs/development/ocaml-modules/ppx_deriving_yojson/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/ppx_deriving_yojson/default.nix b/pkgs/development/ocaml-modules/ppx_deriving_yojson/default.nix
index 69276fb5a7d61..5874f5eb884c6 100644
--- a/pkgs/development/ocaml-modules/ppx_deriving_yojson/default.nix
+++ b/pkgs/development/ocaml-modules/ppx_deriving_yojson/default.nix
@@ -28,5 +28,6 @@ stdenv.mkDerivation rec {
     license = stdenv.lib.licenses.mit;
     maintainers = [ stdenv.lib.maintainers.vbgl ];
     inherit (ocaml.meta) platforms;
+    broken = stdenv.lib.versionAtLeast ocaml.version "4.05";
   };
 }