summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2020-12-08 21:50:08 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2020-12-18 21:03:56 +0100
commit1dc15448b4cd771dc418ea89438b10c95e189dcd (patch)
tree91ffa4b13b498b9201c57b7064556b00e1c18198
parent6a7f79ed839a76cee8323d1a353d5828a8494f93 (diff)
ocamlPackages.cfstream: use Dune 2
-rw-r--r--pkgs/development/ocaml-modules/cfstream/default.nix2
1 files changed, 2 insertions, 0 deletions
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 {