ocamlPackages.phylogenetics: use Dune 3

This commit is contained in:
Vincent Laporte
2023-02-11 13:49:56 +01:00
parent cb3ea0b0c7
commit 7473ac950e
@@ -26,6 +26,7 @@ buildDunePackage rec {
};
minimalOCamlVersion = "4.08";
duneVersion = "3";
nativeCheckInputs = [ bppsuite ];
checkInputs = [ alcotest ];