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
@@ -8,6 +8,8 @@ buildDunePackage rec {
propagatedBuildInputs = [ irmin ];
useDune2 = true;
checkInputs = lib.optional doCheck irmin-test;
doCheck = true;