summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/reactivedata/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/reactivedata/default.nix')
-rw-r--r--pkgs/development/ocaml-modules/reactivedata/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/reactivedata/default.nix b/pkgs/development/ocaml-modules/reactivedata/default.nix
index 3aafd9807a0..49b1357f549 100644
--- a/pkgs/development/ocaml-modules/reactivedata/default.nix
+++ b/pkgs/development/ocaml-modules/reactivedata/default.nix
@@ -15,8 +15,6 @@ buildDunePackage rec {
 
   propagatedBuildInputs = [ react ];
 
-  strictDeps = true;
-
   meta = with lib; {
     description = "An OCaml module for functional reactive programming (FRP) based on React";
     homepage = "https://github.com/ocsigen/reactiveData";