about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2020-10-29 06:24:33 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2020-10-30 20:30:56 +0100
commit936ef7525dcfdb455f241e017d225f6c4886f6dd (patch)
tree87a2cd6f89e6b1aef6267a0cc5e7b8c879c736da
parentb4d6406058cb1640d6cb956a138859ec71867a62 (diff)
ocamlPackages.bistro: use Dune 2
-rw-r--r--pkgs/development/ocaml-modules/bistro/default.nix3
1 files changed, 3 insertions, 0 deletions
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;