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

main
Ulrik Strid 2 years ago committed by Vincent Laporte
parent 78ed43427c
commit 432c775f3b
  1. 2
      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" ];

Loading…
Cancel
Save