diff --git a/pkgs/development/ocaml-modules/containers/data.nix b/pkgs/development/ocaml-modules/containers/data.nix index 7d15d7d3c64d..9cbaabd9cf1e 100644 --- a/pkgs/development/ocaml-modules/containers/data.nix +++ b/pkgs/development/ocaml-modules/containers/data.nix @@ -1,5 +1,5 @@ { buildDunePackage, containers -, gen, iter, mdx, ounit, qcheck +, gen, iter, qcheck }: buildDunePackage { @@ -8,7 +8,7 @@ buildDunePackage { inherit (containers) src version; doCheck = true; - checkInputs = [ gen iter mdx.bin ounit qcheck ]; + checkInputs = [ gen iter qcheck ]; propagatedBuildInputs = [ containers ];