about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/unstrctrd
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2023-04-10 14:15:09 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2023-04-11 06:36:01 +0200
commit716adb19e27745c04e5e44a90d44860aa240913d (patch)
treebd301c5250458d1e7effebdb5b4fe929ed4b0d22 /pkgs/development/ocaml-modules/unstrctrd
parentdd8841872aa672b34d79a7a20959585171e6a316 (diff)
ocamlPackages.unstrctrd: use Dune 3
Diffstat (limited to 'pkgs/development/ocaml-modules/unstrctrd')
-rw-r--r--pkgs/development/ocaml-modules/unstrctrd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/unstrctrd/default.nix b/pkgs/development/ocaml-modules/unstrctrd/default.nix
index 104cabfd0fae2..f9e287e21620c 100644
--- a/pkgs/development/ocaml-modules/unstrctrd/default.nix
+++ b/pkgs/development/ocaml-modules/unstrctrd/default.nix
@@ -21,7 +21,7 @@ buildDunePackage rec {
     sha256 = "0mjm4v7kk75iwwsfnpmxc3bsl8aisz53y7z21sykdp60f4rxnah7";
   };
 
-  useDune2 = true;
+  duneVersion = "3";
 
   propagatedBuildInputs = [
     angstrom