summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/calendar/default.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/calendar/default.nix
parent376e9ceeadc4c4e06f34b33bf347a504a4b3bd65 (diff)
downloadnixpkgs-f12b9ea461c3a5c75df219b08f17f9a7856894ae.tar
nixpkgs-f12b9ea461c3a5c75df219b08f17f9a7856894ae.tar.gz
nixpkgs-f12b9ea461c3a5c75df219b08f17f9a7856894ae.tar.bz2
nixpkgs-f12b9ea461c3a5c75df219b08f17f9a7856894ae.tar.lz
nixpkgs-f12b9ea461c3a5c75df219b08f17f9a7856894ae.tar.xz
nixpkgs-f12b9ea461c3a5c75df219b08f17f9a7856894ae.tar.zst
nixpkgs-f12b9ea461c3a5c75df219b08f17f9a7856894ae.zip
buildDunePackage: default to strictDeps = true
Diffstat (limited to 'pkgs/development/ocaml-modules/calendar/default.nix')
-rw-r--r--pkgs/development/ocaml-modules/calendar/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/calendar/default.nix b/pkgs/development/ocaml-modules/calendar/default.nix
index cf349eeb8bb..8fd3f5befef 100644
--- a/pkgs/development/ocaml-modules/calendar/default.nix
+++ b/pkgs/development/ocaml-modules/calendar/default.nix
@@ -14,8 +14,6 @@ buildDunePackage rec {
 
   propagatedBuildInputs = [ re ];
 
-  strictDeps = true;
-
   meta = {
     inherit (src.meta) homepage;
     description = "A library for handling dates and times";