about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/ocaml-r
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2022-06-20 09:24:59 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2022-06-23 22:38:14 +0200
commit8681aa0d6528b65dee31c6b8d42c97aaaee984de (patch)
tree407ba1d968c86c9675a02aa94c735a2110970373 /pkgs/development/ocaml-modules/ocaml-r
parent7d634c9f977e324ec228dc74da58df6464a9a20a (diff)
ocamlPackages.ocaml-r: mark as broken
Diffstat (limited to 'pkgs/development/ocaml-modules/ocaml-r')
-rw-r--r--pkgs/development/ocaml-modules/ocaml-r/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/ocaml-r/default.nix b/pkgs/development/ocaml-modules/ocaml-r/default.nix
index fcee63de3b5db..ed22177bfaac3 100644
--- a/pkgs/development/ocaml-modules/ocaml-r/default.nix
+++ b/pkgs/development/ocaml-modules/ocaml-r/default.nix
@@ -37,6 +37,8 @@ buildDunePackage rec {
   checkInputs = [ alcotest ];
 
   meta = {
+    # This has been broken by the update to R 4.2.0 (#171597)
+    broken = true;
     description = "OCaml bindings for the R interpreter";
     inherit (src.meta) homepage;
     license = lib.licenses.gpl3;