lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ocamlPackages.containers-data: disable tests with OCaml 5.0

+4 -1
+4 -1
pkgs/development/ocaml-modules/containers/data.nix
··· 1 1 { buildDunePackage, containers 2 + , ocaml 2 3 , dune-configurator 3 4 , gen, iter, qcheck-core 4 5 , mdx ··· 7 8 buildDunePackage { 8 9 pname = "containers-data"; 9 10 10 - inherit (containers) src version doCheck; 11 + inherit (containers) src version; 12 + 13 + doCheck = containers.doCheck && ocaml.meta.branch != "5.0"; 11 14 12 15 buildInputs = [ dune-configurator ]; 13 16 nativeCheckInputs = [ mdx.bin ];