about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/coin/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/coin/default.nix')
-rw-r--r--pkgs/development/ocaml-modules/coin/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/coin/default.nix b/pkgs/development/ocaml-modules/coin/default.nix
index 5996cd7adb612..c9b6ad3128f38 100644
--- a/pkgs/development/ocaml-modules/coin/default.nix
+++ b/pkgs/development/ocaml-modules/coin/default.nix
@@ -24,8 +24,6 @@ buildDunePackage rec {
   nativeBuildInputs = [ findlib ];
   buildInputs = [ re ];
 
-  strictDeps = true;
-
   doCheck = true;
 
   meta = {