ocamlPackages.apron: set strictDeps = false to fix install failure
This commit is contained in:
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" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user