ocamlPackages.irmin-test: init at 2.0.0
This commit is contained in:
parent
c07de6cd86
commit
a21d658051
15
pkgs/development/ocaml-modules/irmin/test.nix
Normal file
15
pkgs/development/ocaml-modules/irmin/test.nix
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{ buildDunePackage, alcotest, cmdliner, irmin, metrics-unix, mtime }:
|
||||||
|
|
||||||
|
buildDunePackage {
|
||||||
|
|
||||||
|
pname = "irmin-test";
|
||||||
|
|
||||||
|
inherit (irmin) version src;
|
||||||
|
|
||||||
|
propagatedBuildInputs = [ alcotest cmdliner irmin metrics-unix mtime ];
|
||||||
|
|
||||||
|
meta = irmin.meta // {
|
||||||
|
description = "Irmin test suite";
|
||||||
|
};
|
||||||
|
|
||||||
|
}
|
@ -372,6 +372,8 @@ let
|
|||||||
|
|
||||||
irmin = callPackage ../development/ocaml-modules/irmin { };
|
irmin = callPackage ../development/ocaml-modules/irmin { };
|
||||||
|
|
||||||
|
irmin-test = callPackage ../development/ocaml-modules/irmin/test.nix { };
|
||||||
|
|
||||||
jingoo = callPackage ../development/ocaml-modules/jingoo {
|
jingoo = callPackage ../development/ocaml-modules/jingoo {
|
||||||
pcre = ocaml_pcre;
|
pcre = ocaml_pcre;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user