summary refs log tree commit diff
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
parent893a78f41182a0799af582e94b7b1d2316ebccb2 (diff)
downloadnixpkgs-aae6ddcb708f1872e780359791f6285815964777.tar
nixpkgs-aae6ddcb708f1872e780359791f6285815964777.tar.gz
nixpkgs-aae6ddcb708f1872e780359791f6285815964777.tar.bz2
nixpkgs-aae6ddcb708f1872e780359791f6285815964777.tar.lz
nixpkgs-aae6ddcb708f1872e780359791f6285815964777.tar.xz
nixpkgs-aae6ddcb708f1872e780359791f6285815964777.tar.zst
nixpkgs-aae6ddcb708f1872e780359791f6285815964777.zip
ocamlPackages.bigarray-compat: use Dune 2
-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 6d833b48f26..487249ce5ae 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;