about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/apron/default.nix
diff options
context:
space:
mode:
authorUlrik Strid <ulrik.strid@outlook.com>2022-03-03 14:52:47 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2022-03-03 15:26:02 +0100
commit432c775f3ba4eb75388d1eb9ca6ba80faa26897f (patch)
tree1407273b1e2c0535dcf9c9b174db03b53c7f00fa /pkgs/development/ocaml-modules/apron/default.nix
parent78ed43427c66f7415d05d1c432febe4842793233 (diff)
ocamlPackages.apron: set strictDeps = false to fix install failure
Diffstat (limited to 'pkgs/development/ocaml-modules/apron/default.nix')
-rw-r--r--pkgs/development/ocaml-modules/apron/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/apron/default.nix b/pkgs/development/ocaml-modules/apron/default.nix
index 9a072482d3287..bfef3d5b6c66e 100644
--- a/pkgs/development/ocaml-modules/apron/default.nix
+++ b/pkgs/development/ocaml-modules/apron/default.nix
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
   buildInputs = [ gmp mpfr ppl camlidl ];
   propagatedBuildInputs = [ mlgmpidl ];
 
-  strictDeps = true;
+  strictDeps = false;
 
   outputs = [ "out" "bin" "dev" ];