ocamlPackages.ocaml-r: mark as broken

main
Vincent Laporte 2 years ago
parent 7d634c9f97
commit 8681aa0d65
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F
  1. 2
      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;

Loading…
Cancel
Save