about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/atdgen/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/atdgen/default.nix')
-rw-r--r--pkgs/development/ocaml-modules/atdgen/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/atdgen/default.nix b/pkgs/development/ocaml-modules/atdgen/default.nix
index cd56271e655f6..07ee079cae30f 100644
--- a/pkgs/development/ocaml-modules/atdgen/default.nix
+++ b/pkgs/development/ocaml-modules/atdgen/default.nix
@@ -10,7 +10,6 @@ buildDunePackage {
 
   propagatedBuildInputs = [ atdgen-runtime ];
 
-  strictDeps = true;
   doCheck = true;
   nativeCheckInputs = [ atd (python3.withPackages (ps: [ ps.jsonschema ]))];
   checkInputs = [ alcotest atdgen-codec-runtime ];