mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
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-test = callPackage ../development/ocaml-modules/irmin/test.nix { };
|
||||
|
||||
jingoo = callPackage ../development/ocaml-modules/jingoo {
|
||||
pcre = ocaml_pcre;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user