mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
ocamlPackages.ocaml-r: mark as broken
This commit is contained in:
parent
7d634c9f97
commit
8681aa0d65
@ -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…
Reference in New Issue
Block a user