about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/stdcompat
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/stdcompat
parent376e9ceeadc4c4e06f34b33bf347a504a4b3bd65 (diff)
buildDunePackage: default to strictDeps = true
Diffstat (limited to 'pkgs/development/ocaml-modules/stdcompat')
-rw-r--r--pkgs/development/ocaml-modules/stdcompat/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/stdcompat/default.nix b/pkgs/development/ocaml-modules/stdcompat/default.nix
index b8dcc81bfe7ee..33e93967e192e 100644
--- a/pkgs/development/ocaml-modules/stdcompat/default.nix
+++ b/pkgs/development/ocaml-modules/stdcompat/default.nix
@@ -12,8 +12,6 @@ buildDunePackage rec {
     sha256 = "sha256-DKQGd4nnIN6SPls6hcA/2Jvc7ivYNpeMU6rYsVc1ClU=";
   };
 
-  strictDeps = true;
-
   # Otherwise ./configure script will run and create files conflicting with dune.
   dontConfigure = true;