about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2023-04-05 06:17:35 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2023-04-05 08:43:27 +0200
commit8787829c48a602a239182c0a4d0510109579fd47 (patch)
treee2e8ad661720816f88dc3a097a6687c06fd066c7
parent7979b4c793ab5b93d5910ed877dde3ac731cb8be (diff)
downloadnixlib-8787829c48a602a239182c0a4d0510109579fd47.tar
nixlib-8787829c48a602a239182c0a4d0510109579fd47.tar.gz
nixlib-8787829c48a602a239182c0a4d0510109579fd47.tar.bz2
nixlib-8787829c48a602a239182c0a4d0510109579fd47.tar.lz
nixlib-8787829c48a602a239182c0a4d0510109579fd47.tar.xz
nixlib-8787829c48a602a239182c0a4d0510109579fd47.tar.zst
nixlib-8787829c48a602a239182c0a4d0510109579fd47.zip
ocamlPackages.qtest: use Dune 3
-rw-r--r--pkgs/development/ocaml-modules/qtest/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/qtest/default.nix b/pkgs/development/ocaml-modules/qtest/default.nix
index 5e9a89a83769..ea0237201dc1 100644
--- a/pkgs/development/ocaml-modules/qtest/default.nix
+++ b/pkgs/development/ocaml-modules/qtest/default.nix
@@ -4,7 +4,7 @@ buildDunePackage rec {
   pname = "qtest";
   version = "2.11.2";
 
-  useDune2 = true;
+  duneVersion = "3";
 
   src = fetchFromGitHub {
     owner = "vincent-hugot";