summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/resto/json.nix
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2023-01-09 10:34:14 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2023-01-12 17:56:25 +0100
commit5f73c562d0ac5092fa31e073f7dc2a26bb48587c (patch)
tree600b559fe34f0e00b104f5e7812c47e289897e82 /pkgs/development/ocaml-modules/resto/json.nix
parent373aa5e812a0b1a4dc61b1207a12e8cf33b48a0c (diff)
downloadnixpkgs-5f73c562d0ac5092fa31e073f7dc2a26bb48587c.tar
nixpkgs-5f73c562d0ac5092fa31e073f7dc2a26bb48587c.tar.gz
nixpkgs-5f73c562d0ac5092fa31e073f7dc2a26bb48587c.tar.bz2
nixpkgs-5f73c562d0ac5092fa31e073f7dc2a26bb48587c.tar.lz
nixpkgs-5f73c562d0ac5092fa31e073f7dc2a26bb48587c.tar.xz
nixpkgs-5f73c562d0ac5092fa31e073f7dc2a26bb48587c.tar.zst
nixpkgs-5f73c562d0ac5092fa31e073f7dc2a26bb48587c.zip
ocamlPackages.resto: use dune 3
Diffstat (limited to 'pkgs/development/ocaml-modules/resto/json.nix')
-rw-r--r--pkgs/development/ocaml-modules/resto/json.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/resto/json.nix b/pkgs/development/ocaml-modules/resto/json.nix
index dbb81fd35a6..c0f9b00d6ad 100644
--- a/pkgs/development/ocaml-modules/resto/json.nix
+++ b/pkgs/development/ocaml-modules/resto/json.nix
@@ -3,6 +3,7 @@
 buildDunePackage {
   pname = "resto-json";
   inherit (resto) src version meta doCheck;
+  duneVersion = "3";
 
   propagatedBuildInputs = [
     resto