ocamlPackages.apron: set strictDeps = false to fix install failure

This commit is contained in:
Ulrik Strid
2022-03-03 15:26:02 +01:00
committed by Vincent Laporte
parent 78ed43427c
commit 432c775f3b
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
buildInputs = [ gmp mpfr ppl camlidl ];
propagatedBuildInputs = [ mlgmpidl ];
strictDeps = true;
strictDeps = false;
outputs = [ "out" "bin" "dev" ];