mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 04:17:40 +00:00
ocamlPackages.hacl-star-raw: fix aarch64-darwin
This commit is contained in:
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 ./
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user