From 432c775f3ba4eb75388d1eb9ca6ba80faa26897f Mon Sep 17 00:00:00 2001 From: Ulrik Strid Date: Thu, 3 Mar 2022 14:52:47 +0100 Subject: ocamlPackages.apron: set strictDeps = false to fix install failure --- pkgs/development/ocaml-modules/apron/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development/ocaml-modules/apron/default.nix') 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" ]; -- cgit 1.4.1