ocamlPackages.hacl-star-raw: fix aarch64-darwin

This commit is contained in:
Ulrik Strid 2022-04-20 09:13:06 +02:00 committed by Vincent Laporte
parent 30943ab97b
commit 3540cc8d16

@ -14,6 +14,9 @@ stdenv.mkDerivation rec {
minimalOCamlVersion = "4.08";
# strictoverflow is disabled because it breaks aarch64-darwin
hardeningDisable = [ "strictoverflow" ];
postPatch = ''
patchShebangs ./
'';