nixpkgs/pkgs/development/interpreters/racket
Congee 152b59855d
racket: support aarch64-darwin
According to https://reviews.llvm.org/D96164, aarch64-darwin executables
require at least an ad hoc signature.

The build tool from the racket repo tries to sign $out/bin/racket but
errors out, because that binary already has a signature.

It is not clear yet at which stage the signature was introduced. This
patch removes the existing signature always before calling
add-ad-hoc-signature to circumvent that error.
2022-02-17 14:35:20 -05:00
..
default.nix racket: support aarch64-darwin 2022-02-17 14:35:20 -05:00
force-cs-variant.patch
force-remove-codesign-then-add.patch racket: support aarch64-darwin 2022-02-17 14:35:20 -05:00
minimal.nix racket: support aarch64-darwin 2022-02-17 14:35:20 -05:00
racket_7_9.nix racket_7_9: init at 7.9 2021-11-20 00:24:22 +03:00