about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/bigarray-overlap
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/bigarray-overlap
parent376e9ceeadc4c4e06f34b33bf347a504a4b3bd65 (diff)
buildDunePackage: default to strictDeps = true
Diffstat (limited to 'pkgs/development/ocaml-modules/bigarray-overlap')
-rw-r--r--pkgs/development/ocaml-modules/bigarray-overlap/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/bigarray-overlap/default.nix b/pkgs/development/ocaml-modules/bigarray-overlap/default.nix
index 80b61e2bdf3e9..2674369f37e08 100644
--- a/pkgs/development/ocaml-modules/bigarray-overlap/default.nix
+++ b/pkgs/development/ocaml-modules/bigarray-overlap/default.nix
@@ -14,8 +14,6 @@ buildDunePackage rec {
   minimumOCamlVersion = "4.07";
   useDune2 = true;
 
-  strictDeps = true;
-
   propagatedBuildInputs = [ bigarray-compat ];
 
   nativeBuildInputs = [ findlib pkg-config ];