diff --git a/pkgs/development/ocaml-modules/containers/default.nix b/pkgs/development/ocaml-modules/containers/default.nix index af5975771e45..654e86ab1517 100644 --- a/pkgs/development/ocaml-modules/containers/default.nix +++ b/pkgs/development/ocaml-modules/containers/default.nix @@ -8,6 +8,8 @@ buildDunePackage rec { version = "3.13.1"; pname = "containers"; + minimalOCamlVersion = "4.08"; + src = fetchFromGitHub { owner = "c-cube"; repo = "ocaml-containers";