ocamlPackages.irmin*: 2.1.0 → 2.2.0

source now inherit ppx_irmin instead of irmin, since we can test irmin
using ppx_irmin and this way we avoid circular dependencies.
This commit is contained in:
sternenseemann
2020-06-30 17:18:33 +02:00
committed by Vincent Laporte
parent 1c04554e4b
commit e3936ac9c1
7 changed files with 34 additions and 21 deletions
@@ -6,6 +6,8 @@ buildDunePackage {
inherit (irmin) version src;
useDune2 = true;
propagatedBuildInputs = [ alcotest cmdliner irmin metrics-unix mtime ];
meta = irmin.meta // {