summary refs log tree commit diff
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.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/containers/data.nix b/pkgs/development/ocaml-modules/containers/data.nix
index 3694a7b2941..29d7bbb26b0 100644
--- a/pkgs/development/ocaml-modules/containers/data.nix
+++ b/pkgs/development/ocaml-modules/containers/data.nix
@@ -6,10 +6,9 @@
 buildDunePackage {
   pname = "containers-data";
 
-  inherit (containers) src version useDune2;
+  inherit (containers) src version doCheck useDune2;
 
   buildInputs = [ dune-configurator ];
-  doCheck = true;
   checkInputs = [ gen iter qcheck ];
 
   propagatedBuildInputs = [ containers ];