mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
ocamlPackages.nocrypto: Fixed crashes caused by build nondeterminism
This commit is contained in:
parent
96929b3e31
commit
b08aab73db
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user