about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/janestreet/janePackage_0_12.nix
diff options
context:
space:
mode:
authorUlrik Strid <ulrik.strid@outlook.com>2023-01-25 16:24:28 +0100
committerUlrik Strid <ulrik.strid@outlook.com>2023-02-03 08:59:34 +0100
commitf12b9ea461c3a5c75df219b08f17f9a7856894ae (patch)
tree2332f868ace8aa413abaec134d8adaa6f261b25d /pkgs/development/ocaml-modules/janestreet/janePackage_0_12.nix
parent376e9ceeadc4c4e06f34b33bf347a504a4b3bd65 (diff)
buildDunePackage: default to strictDeps = true
Diffstat (limited to 'pkgs/development/ocaml-modules/janestreet/janePackage_0_12.nix')
-rw-r--r--pkgs/development/ocaml-modules/janestreet/janePackage_0_12.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/janestreet/janePackage_0_12.nix b/pkgs/development/ocaml-modules/janestreet/janePackage_0_12.nix
index 5b9186835701b..d61f1b6d41c2d 100644
--- a/pkgs/development/ocaml-modules/janestreet/janePackage_0_12.nix
+++ b/pkgs/development/ocaml-modules/janestreet/janePackage_0_12.nix
@@ -16,8 +16,6 @@ buildDunePackage (args // {
     sha256 = hash;
   };
 
-  strictDeps = true;
-
   meta = {
     license = lib.licenses.mit;
     homepage = "https://github.com/janestreet/${pname}";