ocamlPackages.hacl-star-raw: fix aarch64-darwin
This commit is contained in:
parent
30943ab97b
commit
3540cc8d16
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@ stdenv.mkDerivation rec {
|
|||
|
||||
minimalOCamlVersion = "4.08";
|
||||
|
||||
# strictoverflow is disabled because it breaks aarch64-darwin
|
||||
hardeningDisable = [ "strictoverflow" ];
|
||||
|
||||
postPatch = ''
|
||||
patchShebangs ./
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue