From 936ef7525dcfdb455f241e017d225f6c4886f6dd Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Thu, 29 Oct 2020 06:24:33 +0100 Subject: ocamlPackages.bistro: use Dune 2 --- pkgs/development/ocaml-modules/bistro/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/ocaml-modules/bistro/default.nix b/pkgs/development/ocaml-modules/bistro/default.nix index 9603f283ee4fa..78ca63ab90c22 100644 --- a/pkgs/development/ocaml-modules/bistro/default.nix +++ b/pkgs/development/ocaml-modules/bistro/default.nix @@ -5,6 +5,9 @@ buildDunePackage rec { pname = "bistro"; version = "0.5.0"; + + useDune2 = true; + src = fetchFromGitHub { owner = "pveber"; repo = pname; -- cgit 1.4.1