diff --git a/pkgs/development/ocaml-modules/hacl-star/raw.nix b/pkgs/development/ocaml-modules/hacl-star/raw.nix index 58fa1eb00212..07e4d99344f7 100644 --- a/pkgs/development/ocaml-modules/hacl-star/raw.nix +++ b/pkgs/development/ocaml-modules/hacl-star/raw.nix @@ -14,6 +14,9 @@ stdenv.mkDerivation rec { minimalOCamlVersion = "4.08"; + # strictoverflow is disabled because it breaks aarch64-darwin + hardeningDisable = [ "strictoverflow" ]; + postPatch = '' patchShebangs ./ '';