ocamlPackages.junit: use Dune 3

This commit is contained in:
Vincent Laporte 2023-04-10 14:14:41 +02:00
parent 6ab83d2255
commit bed82a9b50
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F
3 changed files with 5 additions and 3 deletions

View file

@ -3,7 +3,8 @@
buildDunePackage ({
pname = "junit_alcotest";
inherit (junit) src version meta useDune2;
inherit (junit) src version meta;
duneVersion = "3";
propagatedBuildInputs = [
junit

View file

@ -14,7 +14,7 @@ buildDunePackage (rec {
tyxml
];
useDune2 = true;
duneVersion = "3";
doCheck = true;
meta = with lib; {

View file

@ -3,7 +3,8 @@
buildDunePackage ({
pname = "junit_ounit";
inherit (junit) src version meta useDune2;
inherit (junit) src version meta;
duneVersion = "3";
propagatedBuildInputs = [
junit