forgejo-lts: 7.0.10 -> 7.0.11
[NixPkgs.git] / pkgs / development / ocaml-modules / junit / ounit.nix
blobc7d53ecc4f5085c558b3d839abb7cace7396e55a
1 { buildDunePackage, junit, ounit }:
3 buildDunePackage ({
4   pname = "junit_ounit";
6   inherit (junit) src version meta;
7   duneVersion = "3";
9   propagatedBuildInputs = [
10     junit
11     ounit
12   ];
14   doCheck = true;