summaryrefslogtreecommitdiffstats
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2021-01-31 14:16:01 +0100
committerVincent Laporte <Vincent.Laporte@gmail.com>2021-01-31 14:16:02 +0100
commit3a76b7d9f5ac68edaeb75106a36ec2411da49812 (patch)
tree8bb509ea85642fc4c7861f8bd511fc11b527b316 /pkgs/development/ocaml-modules
parent8f1302995ec820e175db9c91b08a08541964df12 (diff)
ocamlPackages.ppx_tools: use Dune 2
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/ppx_tools/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/ppx_tools/default.nix b/pkgs/development/ocaml-modules/ppx_tools/default.nix
index 3e06af881c56..8097c9145e48 100644
--- a/pkgs/development/ocaml-modules/ppx_tools/default.nix
+++ b/pkgs/development/ocaml-modules/ppx_tools/default.nix
@@ -4,7 +4,7 @@ let param =
let v6_3 = {
version = "6.3";
sha256 = "1skf4njvkifwx0qlsrc0jn891gvvcp5ryd6kkpx56hck7nnxv8x6";
- useDune2 = lib.versionAtLeast ocaml.version "4.12";
+ useDune2 = true;
buildInputs = [cppo];
}; in
{