about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/bigarray-compat
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2021-03-03 22:18:11 +0100
committerVincent Laporte <Vincent.Laporte@gmail.com>2021-03-04 09:20:14 +0100
commitaae6ddcb708f1872e780359791f6285815964777 (patch)
treec67f572221daaf783eb7857aa667697bd531cc25 /pkgs/development/ocaml-modules/bigarray-compat
parent893a78f41182a0799af582e94b7b1d2316ebccb2 (diff)
ocamlPackages.bigarray-compat: use Dune 2
Diffstat (limited to 'pkgs/development/ocaml-modules/bigarray-compat')
-rw-r--r--pkgs/development/ocaml-modules/bigarray-compat/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/bigarray-compat/default.nix b/pkgs/development/ocaml-modules/bigarray-compat/default.nix
index 6d833b48f2696..487249ce5ae58 100644
--- a/pkgs/development/ocaml-modules/bigarray-compat/default.nix
+++ b/pkgs/development/ocaml-modules/bigarray-compat/default.nix
@@ -4,6 +4,8 @@ buildDunePackage rec {
   pname = "bigarray-compat";
   version = "1.0.0";
 
+  useDune2 = true;
+
   src = fetchFromGitHub {
     owner = "mirage";
     repo = pname;