about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/lwt-dllist/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/lwt-dllist/default.nix')
-rw-r--r--pkgs/development/ocaml-modules/lwt-dllist/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/lwt-dllist/default.nix b/pkgs/development/ocaml-modules/lwt-dllist/default.nix
index 12675eda9a1e3..b28981b1b7799 100644
--- a/pkgs/development/ocaml-modules/lwt-dllist/default.nix
+++ b/pkgs/development/ocaml-modules/lwt-dllist/default.nix
@@ -13,7 +13,7 @@ buildDunePackage rec {
     sha256 = "e86ce75e40f00d51514cf8b2e71e5184c4cb5dae96136be24613406cfc0dba6e";
   };
 
-  nativeCheckInputs = [
+  checkInputs = [
     lwt
   ];
   doCheck = lib.versionAtLeast ocaml.version "4.03";