ocamlPackages.nocrypto: Fixed crashes caused by build nondeterminism

This commit is contained in:
ahiaao 2019-11-29 13:32:18 -08:00 committed by Vincent Laporte
parent 96929b3e31
commit b08aab73db

View File

@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
buildInputs = [ ocamlbuild findlib topkg cpuid ocb-stubblr ];
propagatedBuildInputs = [ cstruct ppx_deriving ppx_sexp_conv sexplib zarith ] ++ optional withLwt cstruct-lwt;
buildPhase = "${topkg.buildPhase} --with-lwt ${boolToString withLwt}";
buildPhase = "${topkg.buildPhase} --accelerate false --with-lwt ${boolToString withLwt}";
inherit (topkg) installPhase;
meta = {