diff --git a/pkgs/development/ocaml-modules/cfstream/default.nix b/pkgs/development/ocaml-modules/cfstream/default.nix index 0ec1949f5627..d0fcf5be83cc 100644 --- a/pkgs/development/ocaml-modules/cfstream/default.nix +++ b/pkgs/development/ocaml-modules/cfstream/default.nix @@ -4,6 +4,8 @@ buildDunePackage rec { pname = "cfstream"; version = "1.3.1"; + useDune2 = true; + minimumOCamlVersion = "4.04.1"; src = fetchFromGitHub {