ocamlPackages.containers-data: drop spurious dependencies
This commit is contained in:
parent
279b831d1b
commit
c341289ee5
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue