From 1dc15448b4cd771dc418ea89438b10c95e189dcd Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Tue, 8 Dec 2020 21:50:08 +0100 Subject: [PATCH] ocamlPackages.cfstream: use Dune 2 --- pkgs/development/ocaml-modules/cfstream/default.nix | 2 ++ 1 file changed, 2 insertions(+) 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 {