about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/webmachine
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/webmachine')
-rw-r--r--pkgs/development/ocaml-modules/webmachine/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/webmachine/default.nix b/pkgs/development/ocaml-modules/webmachine/default.nix
index 9f8749cac9fd3..c6335ba8a939d 100644
--- a/pkgs/development/ocaml-modules/webmachine/default.nix
+++ b/pkgs/development/ocaml-modules/webmachine/default.nix
@@ -19,7 +19,7 @@ buildDunePackage rec {
 
   propagatedBuildInputs = [ cohttp dispatch ptime ];
 
-  checkInputs = [ ounit ];
+  nativeCheckInputs = [ ounit ];
 
   doCheck = true;