summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2023-05-10 20:06:16 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2023-05-10 20:06:16 +0200
commit96791f64e9cfc89fa9b8befe205663a736c173e0 (patch)
treeee0fbb98a4fddff14a4b7412f9cf8c7233663f28
parentffcb033f38b6c7b0c8aef8e10a46c93275e53fd5 (diff)
ocamlPackages.odoc: use Dune 3
-rw-r--r--pkgs/development/ocaml-modules/odoc/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/odoc/default.nix b/pkgs/development/ocaml-modules/odoc/default.nix
index 924f643cc88d..92ea0794a1e1 100644
--- a/pkgs/development/ocaml-modules/odoc/default.nix
+++ b/pkgs/development/ocaml-modules/odoc/default.nix
@@ -13,8 +13,7 @@ buildDunePackage rec {
sha256 = "sha256-9XTb0ozQ/DorlVJcS7ld320fZAi7T+EhV/pTeIT5h/0=";
};
- # dune 3 is required for tests to pass
- duneVersion = if doCheck then "3" else "2";
+ duneVersion = "3";
nativeBuildInputs = [ cppo ];
buildInputs = [ astring cmdliner fpath result tyxml odoc-parser fmt ];