ocamlPackages.odoc: use Dune 3
This commit is contained in:
parent
ffcb033f38
commit
96791f64e9
1 changed files with 1 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue