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

main
Ulrik Strid 2 years ago committed by Vincent Laporte
parent 30943ab97b
commit 3540cc8d16
  1. 3
      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 ./
'';

Loading…
Cancel
Save