about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/stringext/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/stringext/default.nix')
-rw-r--r--pkgs/development/ocaml-modules/stringext/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/stringext/default.nix b/pkgs/development/ocaml-modules/stringext/default.nix
index 95b01e5d8fed7..3d440cf48959e 100644
--- a/pkgs/development/ocaml-modules/stringext/default.nix
+++ b/pkgs/development/ocaml-modules/stringext/default.nix
@@ -14,7 +14,7 @@ buildDunePackage {
     sha256 = "1sh6nafi3i9773j5mlwwz3kxfzdjzsfqj2qibxhigawy5vazahfv";
   };
 
-  nativeCheckInputs = [ ounit qtest ];
+  checkInputs = [ ounit qtest ];
   inherit doCheck;
 
   meta = {