ocamlPackages.phylogenetics: use Dune 3

This commit is contained in:
Vincent Laporte 2023-02-11 07:36:36 +01:00
parent cb3ea0b0c7
commit 7473ac950e
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -26,6 +26,7 @@ buildDunePackage rec {
};
minimalOCamlVersion = "4.08";
duneVersion = "3";
nativeCheckInputs = [ bppsuite ];
checkInputs = [ alcotest ];