aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/ocaml-modules/containers/data.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/containers/data.nix')
-rw-r--r--pkgs/development/ocaml-modules/containers/data.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/containers/data.nix b/pkgs/development/ocaml-modules/containers/data.nix
index 9cbaabd9cf1e..3694a7b2941b 100644
--- a/pkgs/development/ocaml-modules/containers/data.nix
+++ b/pkgs/development/ocaml-modules/containers/data.nix
@@ -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 ];