ocamlPackages.containers: 3.0 → 3.0.1
This commit is contained in:
committed by
Vincent Laporte
parent
5eb3722b8b
commit
e286f0cf3b
@@ -1,12 +1,14 @@
|
||||
{ buildDunePackage, containers
|
||||
, dune-configurator
|
||||
, gen, iter, qcheck
|
||||
}:
|
||||
|
||||
buildDunePackage {
|
||||
pname = "containers-data";
|
||||
|
||||
inherit (containers) src version;
|
||||
inherit (containers) src version useDune2;
|
||||
|
||||
buildInputs = [ dune-configurator ];
|
||||
doCheck = true;
|
||||
checkInputs = [ gen iter qcheck ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user